Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +23 -0
requirements.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain_openai
|
2 |
+
langchain_core
|
3 |
+
python-dotenv
|
4 |
+
streamlit
|
5 |
+
langchain_community
|
6 |
+
langserve
|
7 |
+
fastapi
|
8 |
+
uvicorn
|
9 |
+
sse_starlette
|
10 |
+
bs4
|
11 |
+
pypdf
|
12 |
+
chromadb
|
13 |
+
faiss-cpu
|
14 |
+
groq
|
15 |
+
cassio
|
16 |
+
beautifulsoup4
|
17 |
+
langchain-groq
|
18 |
+
wikipedia
|
19 |
+
arxiv
|
20 |
+
langchainhub
|
21 |
+
sentence_transformers
|
22 |
+
PyPDF2
|
23 |
+
langchain-objectbox
|