bk-anupam commited on
Commit
286ea46
·
1 Parent(s): ee3d3b2

Move requirement.txt to root folder

Browse files
Files changed (2) hide show
  1. README.md +1 -3
  2. requirements.txt +15 -0
README.md CHANGED
@@ -6,8 +6,6 @@ colorTo: green
6
  sdk: docker
7
  #sdk_version: 5.25.2
8
  app_file: RAG_BOT/bot.py
9
- pinned: false
10
  short_description: ChatBot for spiritual conversations
11
  ---
12
-
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  #sdk_version: 5.25.2
8
  app_file: RAG_BOT/bot.py
9
+ command: "python RAG_BOT/bot.py"
10
  short_description: ChatBot for spiritual conversations
11
  ---
 
 
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ numpy
2
+ pypdf
3
+ torch
4
+ python-dotenv
5
+ langchain
6
+ langchain-community
7
+ langchain-google-genai
8
+ chromadb
9
+ sentence-transformers
10
+ flask
11
+ gunicorn
12
+ requests
13
+ langchain-chroma
14
+ langchain-huggingface
15
+ pyTelegramBotAPI