mirror of
https://github.com/run-llama/llama-hub.git
synced 2026-07-01 20:44:00 -04:00
dabcdaae28
* 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
31 lines
371 B
Plaintext
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
|
|
|