khoj/tests
Debanjum Singh Solanky bf1ae038cb Get XMP metadata from image using Pillow. Remove ExifTool dependency
- Pillow already supports reading XMP metadata from Images
- Removes need to maintain my fork of unmaintained PyExiftool
  - This also removes dependency on system Exiftool package for
    XMP metadata extraction
- Add test to verify XMP metadata extracted from test images
- Remove references to Exiftool from Documentation
2022-09-16 00:48:45 +03:00
..
data Get XMP metadata from image using Pillow. Remove ExifTool dependency 2022-09-16 00:48:45 +03:00
__init__.py Move tests out to project root. Use absolute import in project 2021-09-30 04:12:14 -07:00
conftest.py Support multiple input-filters to configure content to index via khoj.yml 2022-09-12 11:08:59 +03:00
test_beancount_to_jsonl.py Process text content files in sorted order for stable indexing 2022-09-12 11:09:40 +03: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 Clean-up generated file after image search test run 2022-09-10 21:43:31 +03:00
test_client.py Handle filter only queries. Short-circuit and return filtered results 2022-09-12 17:13:05 +03:00
test_date_filter.py Do not pass embeddings as argument to filter.apply method 2022-09-05 15:46:54 +03:00
test_file_filter.py Do not pass embeddings as argument to filter.apply method 2022-09-05 15:46:54 +03:00
test_helpers.py Create LRU helper class for caching 2022-09-04 16:31:46 +03:00
test_image_search.py Get XMP metadata from image using Pillow. Remove ExifTool dependency 2022-09-16 00:48:45 +03:00
test_markdown_to_jsonl.py Process text content files in sorted order for stable indexing 2022-09-12 11:09:40 +03:00
test_org_to_jsonl.py Process text content files in sorted order for stable indexing 2022-09-12 11:09:40 +03:00
test_orgnode.py Fix OrgNode render of entries with property drawers and empty body 2022-09-11 16:09:19 +03:00
test_text_search.py Support multiple input-filters to configure content to index via khoj.yml 2022-09-12 11:08:59 +03:00
test_word_filter.py Do not store word filters index to file. Not necessary for now 2022-09-10 21:01:54 +03:00