Abdullahcoder54 commited on
Commit
990b8b1
·
1 Parent(s): b8d8dcf
Files changed (2) hide show
  1. .gitignore +0 -1
  2. app/requirements.txt +7 -0
.gitignore CHANGED
@@ -1,3 +1,2 @@
1
  .env
2
- requirements.txt
3
  __pycache__/
 
1
  .env
 
2
  __pycache__/
app/requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ fastapi
2
+ uvicorn[standard]
3
+ sentence-transformers
4
+ qdrant-client==1.9.0
5
+ python-dotenv
6
+ google-generativeai
7
+ markdown