Bhanuprasadchouki
commited on
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
langchain
|
3 |
+
langchain-chroma
|
4 |
+
langchain-google-genai
|
5 |
+
langchain-core
|
6 |
+
langchain-huggingface
|
7 |
+
sentence-transformers
|
8 |
+
chromadb
|
9 |
+
pickle
|