Files
llama-hub/test_requirements.txt
T
Trayan Azarov dabcdaae28 feat: Improvements to Chroma loader (#673)
* feat: Added where and where_document filters.

* feat: Several improvements

- Added good amount of tests
- Fixed an issue where no results were returned
- Fixed an issue where embeddings are not returned by default and need `include` to return them
- Added Chroma client dependency injection
- Fixed iteration to work with multiple results
- Fixed some typing issues

* fix: Adding chromadb in test_requirements.txt

* fix: Added test_requirements.txt to test workflow.

* fix: Running the pip install from within poetry run
2023-11-28 15:58:39 -03:00

31 lines
371 B
Plaintext

# For testing
pytest==7.2.1
pytest-dotenv==0.5.2
pytest_httpserver==1.0.8
pytest-mock==3.11.1
# pin types
typing-inspect==0.8.0
typing_extensions==4.5.0
llama-index>=0.6.9
atlassian-python-api
html2text
olefile
chromadb
# hotfix
psutil
# For linting
# linting stubs
types-requests==2.28.11.8
# formatting
black==22.12.0
isort==5.11.4
pylint==2.15.10
ruff==0.0.285