Spaces:
Running
Running
leandroaraujodev
commited on
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chromadb==0.5.18
|
2 |
+
langchain==0.3.7
|
3 |
+
llama_index==0.11.23
|
4 |
+
nest_asyncio==1.6.0
|
5 |
+
streamlit==1.39.0
|
6 |
+
llama-index-llms-ollama==0.3.6
|
7 |
+
llama-index-embeddings-ollama==0.3.1
|
8 |
+
llama-index-retrievers-bm25==0.4.0
|
9 |
+
llama-index-vector-stores-chroma==0.3.0
|
10 |
+
openpyxl
|