Spaces:
Running
Running
Asish Karthikeya Gogineni commited on
Commit ·
0954841
1
Parent(s): c440323
fix: Add faiss-cpu and langchain-chroma to requirements
Browse files- Adds faiss-cpu for vector database support on Hugging Face
- Adds langchain-chroma for updated Chroma integration
- Adds requests package for HTTP operations
- requirements.txt +5 -0
requirements.txt
CHANGED
|
@@ -19,6 +19,11 @@ langchain-huggingface
|
|
| 19 |
gitpython
|
| 20 |
beautifulsoup4
|
| 21 |
pygments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
# MCP (Model Context Protocol)
|
| 24 |
mcp>=1.0.0
|
|
|
|
| 19 |
gitpython
|
| 20 |
beautifulsoup4
|
| 21 |
pygments
|
| 22 |
+
requests
|
| 23 |
+
|
| 24 |
+
# Vector Databases
|
| 25 |
+
faiss-cpu
|
| 26 |
+
langchain-chroma
|
| 27 |
|
| 28 |
# MCP (Model Context Protocol)
|
| 29 |
mcp>=1.0.0
|