mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
76562f4250
* Initial version - setup a file-push architecture for generating embeddings with Khoj * Use state.host and state.port for configuring the URL for the indexer * Fix parsing of PDF files * Read markdown files from streamed data and update unit tests * On application startup, load in embeddings from configurations files, rather than regenerating the corpus based on file system * Init: refactor indexer/batch endpoint to support a generic file ingestion format * Add features to better support indexing from files sent by the desktop client * Initial commit with Electron application - Adds electron app * Add import for pymupdf, remove import for pypdf * Allow user to configure khoj host URL * Remove search type configuration from index.html * Use v1 path for current indexer routes |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
conftest.py | ||
test_cli.py | ||
test_client.py | ||
test_conversation_utils.py | ||
test_date_filter.py | ||
test_file_filter.py | ||
test_gpt4all_chat_actors.py | ||
test_gpt4all_chat_director.py | ||
test_helpers.py | ||
test_image_search.py | ||
test_jsonl_to_jsonl.py | ||
test_markdown_to_jsonl.py | ||
test_openai_chat_actors.py | ||
test_openai_chat_director.py | ||
test_org_to_jsonl.py | ||
test_orgnode.py | ||
test_pdf_to_jsonl.py | ||
test_plaintext_to_jsonl.py | ||
test_rawconfig.py | ||
test_text_search.py | ||
test_word_filter.py |