Jakaria commited on
Commit
bf8bf90
·
1 Parent(s): 8377227

Add Bangla model API

Browse files
Files changed (5) hide show
  1. app.py +0 -0
  2. config.py +0 -0
  3. ingestion.py +0 -0
  4. rag.py +0 -0
  5. requirements.txt +8 -0
app.py ADDED
File without changes
config.py ADDED
File without changes
ingestion.py ADDED
File without changes
rag.py ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ langchain
3
+ langchain-community
4
+ langchain-huggingface
5
+ langchain-groq
6
+ pypdf
7
+ faiss-cpu
8
+ sentence-transformers