Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.2.3
|
2 |
+
google-generativeai==0.5.4
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
streamlit==1.35.0
|
5 |
+
unstructured==0.9.2
|
6 |
+
tiktoken== 0.7.0
|
7 |
+
faiss-cpu== 1.8.0
|
8 |
+
sentence-transformers == 3.0.1
|
9 |
+
libmagic==1.0
|
10 |
+
python-magic==0.4.27
|
11 |
+
python-magic-bin==0.4.14
|