Spaces:
Sleeping
Sleeping
pgurazada1
commited on
Commit
•
4fc330f
1
Parent(s):
bdb968d
Upload requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai==1.30.5
|
2 |
+
tiktoken==0.7.0
|
3 |
+
langchain==0.2.3
|
4 |
+
langchain-community==0.2.4
|
5 |
+
langchain-huggingface==0.0.3
|
6 |
+
chromadb==0.5.0
|
7 |
+
sentence-transformers==3.0.0
|
8 |
+
python-dotenv==1.0.1
|
9 |
+
llama-index-core==0.10.50
|
10 |
+
llama-parse==0.4.4
|
11 |
+
llama-index-readers-file==0.1.25
|