Ali Abdullah commited on
Commit
5c3c9df
·
verified ·
1 Parent(s): 62fbcde

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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