Mori-kamiyama commited on
Commit
d83ee15
·
1 Parent(s): c3617df

RAGをつけた

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ gradio
2
  llama-cpp-python
3
  huggingface_hub
4
  pathlib
5
- SentenceTransformer
6
  faiss
7
  numpy
8
  pandas
 
2
  llama-cpp-python
3
  huggingface_hub
4
  pathlib
5
+ sentence-transformers
6
  faiss
7
  numpy
8
  pandas