Spaces:
Sleeping
Sleeping
parse and index refinements to lower versions
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
streamlit >= 1.32.2
|
2 |
chromadb >= 0.4.24
|
3 |
-
llama_index
|
4 |
langchain_community >= 0.0.29
|
5 |
langchain >= 0.1.0
|
6 |
langchain_groq >= 0.1.9
|
7 |
langchain_core >= 0.2.33
|
8 |
-
llama_parse
|
9 |
langchain_huggingface >= 0.0.3
|
10 |
unstructured >= 0.11.6
|
11 |
streamlit_chat >= 0.1.1
|
|
|
1 |
streamlit >= 1.32.2
|
2 |
chromadb >= 0.4.24
|
3 |
+
llama_index == 0.10.40
|
4 |
langchain_community >= 0.0.29
|
5 |
langchain >= 0.1.0
|
6 |
langchain_groq >= 0.1.9
|
7 |
langchain_core >= 0.2.33
|
8 |
+
llama_parse == 0.4.2
|
9 |
langchain_huggingface >= 0.0.3
|
10 |
unstructured >= 0.11.6
|
11 |
streamlit_chat >= 0.1.1
|