Sharath1036 commited on
Commit
2361cba
·
verified ·
1 Parent(s): 912634f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  streamlit
2
  sentence-transformers
3
  transformers
 
4
  torch
5
  faiss-cpu # Use faiss-cpu if you're using FAISS for embeddings
6
  numpy
 
1
  streamlit
2
  sentence-transformers
3
  transformers
4
+ python-dotenv
5
  torch
6
  faiss-cpu # Use faiss-cpu if you're using FAISS for embeddings
7
  numpy