Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
mistralai
|
2 |
+
langchain
|
3 |
+
langchain-community
|
4 |
+
langchain-chroma
|
5 |
+
langchain-openai
|
6 |
+
langchain-ollama
|
7 |
+
langchain-mistralai
|
8 |
+
sentence-transformers
|
9 |
+
llama-cpp-python
|
10 |
+
faiss-gpu
|
11 |
+
langchain-core
|
12 |
+
chromadb
|
13 |
+
open-clip-torch
|