Deaksh commited on
Commit
9fc9086
·
verified ·
1 Parent(s): 6d0c6c2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ langchain-community
3
+ python-dotenv
4
+ streamlit
5
+ unstructured
6
+ tiktoken
7
+ faiss-cpu
8
+ libmagic
9
+ python-magic
10
+ langchain-openai
11
+ OpenAI
12
+ langchain-groq
13
+ sentence-transformers
14
+ chromadb
15
+ beautifulsoup4
16
+ requests