Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain>=0.1.0
|
2 |
+
langchain-openai>=0.0.6
|
3 |
+
langchain-community>=0.0.9
|
4 |
+
langchain-experimental>=0.0.5
|
5 |
+
python-dotenv>=1.0.1
|
6 |
+
tavily-api>=0.3.0
|
7 |
+
chromadb>=0.4.22
|
8 |
+
huggingface-hub>=0.20.0
|
9 |
+
sentence-transformers>=2.2.2
|
10 |
+
ipython>=8.12.3
|
11 |
+
matplotlib>=3.7.1
|
12 |
+
openai>=1.3.5
|
13 |
+
pydantic>=1.10.9
|
14 |
+
langgraph>=0.0.9
|