Spaces:
Sleeping
Sleeping
pgurazada1
commited on
Commit
•
42cc23d
1
Parent(s):
735ab84
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai==1.38.0
|
2 |
+
chromadb==0.5.5
|
3 |
+
langchain==0.2.12
|
4 |
+
langchain-community==0.2.11
|
5 |
+
langchain-chroma==0.1.2
|
6 |
+
sentence-transformers==3.0.0
|
7 |
+
langchain-huggingface==0.0.3
|
8 |
+
langchain-openai==0.1.14
|