🚀 feat(pyproject.toml): add faiss-cpu dependency
✨ feat(config.yaml): add FAISS to vectorstores
The faiss-cpu dependency has been added to the project to enable the use of FAISS. FAISS has been added to the list of vectorstores in the config.yaml file to allow for the use of FAISS in the project.
This commit is contained in:
parent
66e0950b30
commit
98b1b13d3a
3 changed files with 38 additions and 1 deletions
|
|
@ -118,6 +118,7 @@ vectorstores:
|
|||
- Chroma
|
||||
- Qdrant
|
||||
- Weaviate
|
||||
- FAISS
|
||||
wrappers:
|
||||
- RequestsWrapper
|
||||
# - ChatPromptTemplate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue