Ali Abdullah
commited on
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
|
@@ -30,5 +30,12 @@ groq
|
|
| 30 |
# Directory/file upload in FastAPI
|
| 31 |
aiofiles
|
| 32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
# Optional: Markdown in UI
|
| 34 |
markdown
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
# Directory/file upload in FastAPI
|
| 31 |
aiofiles
|
| 32 |
|
| 33 |
+
# RAG / Web loading
|
| 34 |
+
langchain
|
| 35 |
+
langchain-community
|
| 36 |
+
|
| 37 |
# Optional: Markdown in UI
|
| 38 |
markdown
|
| 39 |
+
|
| 40 |
+
# Required for website parsing via LangChain
|
| 41 |
+
lxml
|