Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
python-telegram-bot
|
| 2 |
-
httpx
|
| 3 |
|
| 4 |
# LangChain libraries (compatible set)
|
| 5 |
-
langchain
|
| 6 |
-
langchain-community
|
| 7 |
-
langchain-huggingface
|
| 8 |
|
| 9 |
-
chromadb
|
| 10 |
-
sentence-transformers
|
| 11 |
-
huggingface-hub
|
| 12 |
|
| 13 |
-
python-dotenv
|
| 14 |
-
requests
|
| 15 |
-
typing-extensions
|
| 16 |
-
pydantic
|
|
|
|
| 1 |
+
python-telegram-bot
|
| 2 |
+
httpx
|
| 3 |
|
| 4 |
# LangChain libraries (compatible set)
|
| 5 |
+
langchain
|
| 6 |
+
langchain-community
|
| 7 |
+
langchain-huggingface
|
| 8 |
|
| 9 |
+
chromadb
|
| 10 |
+
sentence-transformers
|
| 11 |
+
huggingface-hub
|
| 12 |
|
| 13 |
+
python-dotenv
|
| 14 |
+
requests
|
| 15 |
+
typing-extensions
|
| 16 |
+
pydantic
|