update: add streamlit-js-eval pip package
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -78,3 +78,4 @@ llama-index==0.10.55 ; python_version >= "3.10" and python_version < "4.0"
|
|
78 |
llama-index-embeddings-voyageai==0.1.4 ; python_version >= "3.10" and python_version < "4.0"
|
79 |
faiss-cpu==1.8.0.post1 ; python_version >= "3.10" and python_version < "4.0"
|
80 |
llama-index-vector-stores-faiss==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
|
|
|
78 |
llama-index-embeddings-voyageai==0.1.4 ; python_version >= "3.10" and python_version < "4.0"
|
79 |
faiss-cpu==1.8.0.post1 ; python_version >= "3.10" and python_version < "4.0"
|
80 |
llama-index-vector-stores-faiss==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
|
81 |
+
streamlit-js-eval==0.1.7; python_version >= "3.10" and python_version < "4.0"
|