Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -8,6 +8,7 @@ chromadb
|
|
8 |
cohere
|
9 |
tiktoken
|
10 |
llama-index
|
|
|
11 |
llama-index-postprocessor-cohere-rerank
|
12 |
llama-index-embeddings-cohere
|
13 |
llama-index-vector-stores-chroma
|
@@ -18,4 +19,4 @@ llama-index-llms-gemini
|
|
18 |
gradio
|
19 |
pymongo
|
20 |
huggingface_hub
|
21 |
-
nbconvert
|
|
|
8 |
cohere
|
9 |
tiktoken
|
10 |
llama-index
|
11 |
+
llama-index-llms-openai
|
12 |
llama-index-postprocessor-cohere-rerank
|
13 |
llama-index-embeddings-cohere
|
14 |
llama-index-vector-stores-chroma
|
|
|
19 |
gradio
|
20 |
pymongo
|
21 |
huggingface_hub
|
22 |
+
nbconvert
|