khoj/tests
Debanjum Singh Solanky b6cdc5c7cb Do not expose answer API as a chat type in chat web interface or API
Answer does not rely on past conversations, just the knowledge base.
It is meant for one off interactions, like search rather than a
continuing conversation like chat

For now it is only exposed via API. Later it will be expose in the
interfaces as well

Remove ability to select different chat types from the chat web
interface as there is only a single chat type

Stop appending answers to the conversation logs
2023-03-05 18:21:59 -06:00
..
data Read content plugin configs from Khoj config YAML 2023-02-23 23:57:32 -06:00
__init__.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
conftest.py Create pytest fixture to configure app with plugin, search types 2023-02-28 20:25:51 -06:00
test_beancount_to_jsonl.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_chatbot.py Do not expose answer API as a chat type in chat web interface or API 2023-03-05 18:21:59 -06:00
test_cli.py Read content plugin configs from Khoj config YAML 2023-02-23 23:57:32 -06:00
test_client.py Fix configuring search types & /config/types API when no plugin configured 2023-03-01 01:23:37 -06:00
test_date_filter.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_file_filter.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06: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 Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_jsonl_to_jsonl.py Add processor to index entries from jsonl files for plugins 2023-02-24 02:54:12 -06:00
test_markdown_to_jsonl.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00
test_org_to_jsonl.py Index intro text before headings in org files 2023-03-01 12:11:33 -06:00
test_orgnode.py Index intro text before headings in org files 2023-03-01 12:11:33 -06: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 Output date filter from cache log at debug level. Remove unused imports 2023-03-02 15:41:32 -06:00
test_word_filter.py Use Black to format Khoj server code and tests 2023-02-17 11:55:17 -06:00