Commit
·
303eff2
1
Parent(s):
836c960
Updated llm service provider to sambanova
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ llama-index==0.12.10
|
|
3 |
llama-index-embeddings-huggingface==0.5.0
|
4 |
llama-index-llms-cohere ==0.4.0
|
5 |
llama-index-vector-stores-astra-db==0.4.0
|
6 |
-
streamlit==1.41.1
|
|
|
|
|
|
3 |
llama-index-embeddings-huggingface==0.5.0
|
4 |
llama-index-llms-cohere ==0.4.0
|
5 |
llama-index-vector-stores-astra-db==0.4.0
|
6 |
+
streamlit==1.41.1
|
7 |
+
sseclient-py==1.8.0
|
8 |
+
llama-index-llms-sambanovasystems==0.4.3
|