Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -10,9 +10,12 @@ pydantic
|
|
10 |
langchain-huggingface
|
11 |
langchain-community
|
12 |
|
13 |
-
chromavectorstore
|
14 |
sentence-transformers
|
15 |
|
|
|
|
|
|
|
|
|
16 |
#pydantic-settings
|
17 |
|
18 |
#Python==3.9.6
|
|
|
10 |
langchain-huggingface
|
11 |
langchain-community
|
12 |
|
|
|
13 |
sentence-transformers
|
14 |
|
15 |
+
llama-index-vector-stores-chroma
|
16 |
+
llama-index-embeddings-huggingface
|
17 |
+
llama-index
|
18 |
+
|
19 |
#pydantic-settings
|
20 |
|
21 |
#Python==3.9.6
|