Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse filesFor the mistral implementation
- requirements.txt +15 -0
requirements.txt
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
langchain==0.0.335
|
| 2 |
+
PyPDF2==3.0.1
|
| 3 |
+
python-dotenv==1.0.0
|
| 4 |
+
streamlit==1.28.2
|
| 5 |
+
openai==1.2.4
|
| 6 |
+
faiss-cpufaiss-cpu==1.7.4
|
| 7 |
+
altair==5.1.2
|
| 8 |
+
tiktoken==0.5.1
|
| 9 |
+
black==23.11.0
|
| 10 |
+
# uncomment to use huggingface llms
|
| 11 |
+
huggingface-hub==0.17.3
|
| 12 |
+
|
| 13 |
+
# uncomment to use instructor embeddings
|
| 14 |
+
InstructorEmbedding==1.0.1
|
| 15 |
+
sentence-transformers==2.2.2
|