Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
streamlit
|
| 2 |
langchain
|
| 3 |
langchain-community
|
|
|
|
|
|
|
| 4 |
langchain-groq
|
| 5 |
chromadb
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
protobuf<4
|
|
|
|
| 1 |
streamlit
|
| 2 |
langchain
|
| 3 |
langchain-community
|
| 4 |
+
langchain-core
|
| 5 |
+
langchain-google-genai
|
| 6 |
langchain-groq
|
| 7 |
chromadb
|
| 8 |
+
groq
|
| 9 |
+
tiktoken
|
| 10 |
+
pypdf
|
| 11 |
protobuf<4
|