Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.13
|
2 |
+
openai=^0.27.8
|
3 |
+
sf-hamilton
|
4 |
+
python-decouple
|
5 |
+
pandas
|
6 |
+
faiss-cpu
|
7 |
+
tiktoken
|
8 |
+
fastapi
|
9 |
+
gradio
|
10 |
+
uvicorn
|
11 |
+
pydantic
|
12 |
+
langchain-community
|
13 |
+
neo4j
|
14 |
+
datasets
|