Spaces:
Sleeping
Sleeping
Jakaria
commited on
Commit
·
bf8bf90
1
Parent(s):
8377227
Add Bangla model API
Browse files- app.py +0 -0
- config.py +0 -0
- ingestion.py +0 -0
- rag.py +0 -0
- 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
|