khoj/tests
Debanjum Singh Solanky c4364b9100 Weaken asking follow-up qs and q&a mode in notes prompt to OpenAI models
- Notes prompt doesn't need to be so tuned to question answering. User
could just want to talk about life. The notes need to be used to
response to those, not necessarily only retrieve answers from notes

- System and notes prompts were forcing asking follow-up questions a
  little too much. Reduce strength of follow-up question asking
2023-11-10 23:36:43 -08:00
..
data Try adding dependencies for libgl in order to run OCR in github action unit tests 2023-11-05 15:09:40 -08:00
__init__.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
conftest.py Add default settings to let new users be subscribed on trial 2023-11-10 22:38:28 -08:00
helpers.py Add default settings to let new users be subscribed on trial 2023-11-10 22:38:28 -08:00
test_cli.py [Multi-User Part 5]: Add a production Docker file and use a gunicorn configuration with it (#514) 2023-10-26 13:15:31 -07:00
test_client.py Add a test to verify that a user without data sucessfully returns a respones to the /search endpoint 2023-11-10 14:00:58 -08: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 [Multi-User Part 1]: Enable storage of settings for plaintext files based on user account (#498) 2023-10-26 09:42:29 -07:00
test_file_filter.py [Multi-User Part 1]: Enable storage of settings for plaintext files based on user account (#498) 2023-10-26 09:42:29 -07:00
test_gpt4all_chat_actors.py Upgrade to latest GPT4All. Use Mistral as default offline chat model 2023-10-22 19:04:23 -07:00
test_gpt4all_chat_director.py [Multi-User Part 3]: Separate chat sesssions based on authenticated users (#511) 2023-10-26 11:37:41 -07:00
test_helpers.py Improve log messages in text_entries and memory leak unit test 2023-11-06 19:27:31 -08: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_markdown_to_entries.py Rename test files from x_to_jsonl to x_to_entries 2023-11-05 14:33:07 -08:00
test_multiple_users.py Add tests to validate expected behaviors in the multi-user scenario 2023-11-04 14:29:30 -07: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 Weaken asking follow-up qs and q&a mode in notes prompt to OpenAI models 2023-11-10 23:36:43 -08:00
test_org_to_entries.py Rename test files from x_to_jsonl to x_to_entries 2023-11-05 14:33:07 -08:00
test_orgnode.py Move to a push-first model for retrieving embeddings from local files (#457) 2023-08-31 12:55:17 -07:00
test_pdf_to_entries.py Try adding dependencies for libgl in order to run OCR in github action unit tests 2023-11-05 15:09:40 -08:00
test_plaintext_to_entries.py Rename test files from x_to_jsonl to x_to_entries 2023-11-05 14:33:07 -08:00
test_rawconfig.py Add front-end Electron application for Khoj local file syncing (#473) 2023-09-06 12:04:18 -07:00
test_text_search.py Store the data source of each entry in database 2023-11-07 02:18:48 -08:00
test_word_filter.py [Multi-User Part 1]: Enable storage of settings for plaintext files based on user account (#498) 2023-10-26 09:42:29 -07:00