mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-07-20 16:51:07 +02:00
add index factory and chromadb
This commit is contained in:
parent
8f3d56d18c
commit
90ca74147d
19 changed files with 505 additions and 29 deletions
|
|
@ -1,7 +1,6 @@
|
|||
aiohttp==3.8.6
|
||||
#azure_storage==0.37.0
|
||||
channels==4.0.0
|
||||
# chromadb
|
||||
# Django==4.1.5
|
||||
# docx==0.2.4
|
||||
#faiss==1.5.3
|
||||
|
|
@ -12,6 +11,8 @@ typer==0.9.0
|
|||
# google_api_python_client==2.93.0 # Used by search_engine.py
|
||||
lancedb==0.4.0
|
||||
llama-index-core==0.10.12
|
||||
llama-index-embeddings-azure-openai==0.1.6
|
||||
llama-index-embeddings-huggingface==0.1.3
|
||||
llama-index-embeddings-openai==0.1.5
|
||||
llama-index-llms-azure-openai==0.1.4
|
||||
llama-index-llms-gemini==0.1.4
|
||||
|
|
@ -20,6 +21,7 @@ llama-index-llms-openai==0.1.5
|
|||
llama-index-readers-file==0.1.4
|
||||
llama-index-retrievers-bm25==0.1.3
|
||||
llama-index-vector-stores-faiss==0.1.1
|
||||
chromadb==0.4.23
|
||||
loguru==0.6.0
|
||||
meilisearch==0.21.0
|
||||
numpy==1.24.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue