Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +15 -11
requirements.txt
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
-
langchain
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
python-magic
|
10 |
-
|
|
|
11 |
langchain-groq
|
12 |
-
sentence-transformers
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
python-dotenv
|
4 |
+
streamlit
|
5 |
+
unstructured
|
6 |
+
tiktoken
|
7 |
+
faiss-cpu
|
8 |
+
libmagic
|
9 |
+
python-magic
|
10 |
+
langchain-openai
|
11 |
+
OpenAI
|
12 |
langchain-groq
|
13 |
+
sentence-transformers
|
14 |
+
chromadb
|
15 |
+
beautifulsoup4
|
16 |
+
requests
|