khoj/tests
sabaimran 7b907add77
Add support for indexing plaintext files (#420)
* Add support for indexing plaintext files
- Adds backend support for parsing plaintext files generically (.html, .txt, .xml, .csv, .md)
- Add equivalent frontend views for setting up plaintext file indexing
- Update config, rawconfig, default config, search API, setup endpoints
* Add a nifty plaintext file icon to configure plaintext files in the Web UI
* Use generic glob path for plaintext files. Skip indexing files that aren't in whitelist
2023-08-09 15:44:40 -07:00
..
data Add support for indexing plaintext files (#420) 2023-08-09 15:44:40 -07:00
__init__.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
conftest.py Update comments and add explanations 2023-08-01 09:24:03 -07:00
test_cli.py Update unit test and preserve prior operational ordering in main.py 2023-07-01 20:02:35 -07:00
test_client.py Add Offline chat to Obsidian (#359) 2023-07-28 18:47:56 -07:00
test_conversation_utils.py Add additional check for chat_messages length in UT 2023-08-01 09:25:52 -07:00
test_date_filter.py Test usage of = in date filter queries 2023-03-16 14:52:59 -06:00
test_file_filter.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_gpt4all_chat_actors.py Update local Chat Actor and Director tests expected to fail 2023-08-01 20:52:00 -07:00
test_gpt4all_chat_director.py Update local Chat Actor and Director tests expected to fail 2023-08-01 20:52:00 -07:00
test_helpers.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_image_search.py Update Tests to setup both content_index, search_models before testing 2023-07-14 01:29:48 -07:00
test_jsonl_to_jsonl.py Prepend entry heading to all compiled org snippets to improve search context 2023-05-03 22:50:31 +08:00
test_markdown_to_jsonl.py Set filename as top heading of md entries for better search context 2023-05-03 22:50:31 +08:00
test_openai_chat_actors.py Add support for our first Local LLM 🤖🏠 (#330) 2023-07-26 16:27:08 -07:00
test_openai_chat_director.py Add support for our first Local LLM 🤖🏠 (#330) 2023-07-26 16:27:08 -07:00
test_org_to_jsonl.py Set filename as top heading of org entries for better search context 2023-05-03 22:53:13 +08:00
test_orgnode.py Update org tests to use new method, update Github configuration in tests 2023-06-27 15:04:48 -07:00
test_pdf_to_jsonl.py Create tests for PDF to JSONL processor 2023-06-01 21:42:48 +05:30
test_plaintext_to_jsonl.py Add support for indexing plaintext files (#420) 2023-08-09 15:44:40 -07:00
test_rawconfig.py Test error on missing fields in ContentConfig pulled from Khoj.yml 2023-03-02 15:35:39 -06:00
test_text_search.py Remove asymmetric from name of remaining text search tests 2023-07-28 15:33:22 -07:00
test_word_filter.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00