khoj/tests
Debanjum Singh Solanky 70e70d4b15 Rename 'embed' key to more generic 'compiled' for jsonl extracted results
- While it's true those strings are going to be used to generated
  embeddings, the more generic term allows them to be used elsewhere as
  well

- Their main property is that they are processed, compiled for
  usage by semantic search

- Unlike the 'raw' string which contains the external representation
  of the data, as is
2022-07-20 20:35:50 +04:00
..
data Give the project a short, less generic name. Rename it to Khoj 2022-07-19 18:26:16 +04:00
__init__.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
conftest.py Allow indexing multiple image directories for image search 2022-07-20 02:56:01 +04:00
test_asymmetric_search.py Consistently use "entry", "score" in json response for all search types 2022-07-20 20:33:27 +04:00
test_chatbot.py Fix the user intent extraction prompt for GPT. Clean up chatbot test 2022-01-12 10:36:01 -05:00
test_cli.py Update unit tests to use the new BaseModel types 2021-12-05 09:31:39 -05:00
test_client.py Consistently use "entry", "score" in json response for all search types 2022-07-20 20:33:27 +04:00
test_date_filter.py Rename 'embed' key to more generic 'compiled' for jsonl extracted results 2022-07-20 20:35:50 +04:00
test_helpers.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
test_image_search.py Fix tests to handle updated response types by API 2022-07-20 03:01:56 +04:00
test_orgnode.py Normalize org notes path to be relative to home directory 2022-06-28 19:16:11 +04:00