Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +22 -22
requirements.txt
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
-
modal
|
2 |
-
openai
|
3 |
-
anthropic
|
4 |
-
instructor
|
5 |
-
pydantic
|
6 |
-
logfire
|
7 |
-
chromadb
|
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
|
15 |
-
python-dotenv
|
16 |
-
ipykernel
|
17 |
-
google-generativeai
|
18 |
-
llama-index-llms-gemini
|
19 |
-
gradio
|
20 |
-
pymongo
|
21 |
-
huggingface_hub
|
22 |
-
nbconvert
|
|
|
1 |
+
modal
|
2 |
+
openai
|
3 |
+
anthropic
|
4 |
+
instructor
|
5 |
+
pydantic
|
6 |
+
logfire
|
7 |
+
chromadb
|
8 |
+
cohere
|
9 |
+
tiktoken
|
10 |
+
llama-index==0.10.68
|
11 |
+
llama-index-llms-openai==0.1.31
|
12 |
+
llama-index-postprocessor-cohere-rerank
|
13 |
+
llama-index-embeddings-cohere
|
14 |
+
llama-index-vector-stores-chroma
|
15 |
+
python-dotenv
|
16 |
+
ipykernel
|
17 |
+
google-generativeai
|
18 |
+
llama-index-llms-gemini
|
19 |
+
gradio
|
20 |
+
pymongo
|
21 |
+
huggingface_hub
|
22 |
+
nbconvert
|