Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
google-generativeai
|
| 2 |
+
langchain
|
| 3 |
+
langchain-community
|
| 4 |
+
sentence-transformers
|
| 5 |
+
unstructured
|
| 6 |
+
langchain-chroma
|
| 7 |
+
llama-index-embeddings-gemini
|
| 8 |
+
llama-index-vector-stores-chroma
|
| 9 |
+
llama-parse
|
| 10 |
+
streamlit
|
| 11 |
+
langserve
|
| 12 |
+
uvicorn
|
| 13 |
+
fastapi
|