Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
langchain>=0.1.0
|
3 |
+
langchain-community>=0.0.21
|
4 |
+
langchain-openai>=0.0.6
|
5 |
+
langchain-text-splitters>=0.0.1
|
6 |
+
langchain-chroma>=0.0.4
|
7 |
+
chromadb>=0.4.22
|
8 |
+
pypdf
|
9 |
+
python-docx>=1.1.0
|
10 |
+
gradio>=4.14.0
|
11 |
+
numpy==1.26.4
|
12 |
+
pandas==2.2.2
|