Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.284
|
2 |
+
python-dotenv==1.0.0
|
3 |
+
streamlit==1.22.0
|
4 |
+
tiktoken==0.4.0
|
5 |
+
faiss-cpu==1.7.4
|
6 |
+
protobuf~=3.19.0
|
7 |
+
langchain_experimental
|
8 |
+
mysql-connector-python
|
9 |
+
pymysql
|
10 |
+
sentence-transformers
|
11 |
+
chromadb
|