Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/HBAI-220: Fix up build version #47

Merged
merged 7 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
HBAI-220 Update requirements
dieharders committed May 7, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
phi-gamma Philipp Gesang
commit e23012eb26ed82e4911a63c72c7fd34994e64c6e
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -20,12 +20,12 @@ llama-cpp-python==0.2.32
# For retrieving embeddings
llama-index==0.10.29
llama-index-readers-file==0.1.19
llama-index-vector-stores-chroma==0.1.6
llama-index-vector-stores-chroma==0.1.8
llama-index-embeddings-huggingface==0.2.0
llama-index-llms-llama-cpp==0.1.3
llama-parse==0.4.1
# For embeddings creation and storage
chromadb==0.4.24
chromadb==0.5.0
sentence-transformers==2.6.1
# For building single exe python
pyinstaller==6.6.0