Nullpointer-KK commited on
Commit
6a2b0d9
·
verified ·
1 Parent(s): 003f438

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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