[Feat] Implement keyword search in FAISS

This commit is contained in:
Varsha Prasad Narsing 2025-08-05 15:49:14 -07:00
parent 7f834339ba
commit aa7579efaf
3 changed files with 142 additions and 1 deletions

View file

@ -52,6 +52,7 @@ def skip_if_provider_doesnt_support_openai_vector_stores_search(client_with_mode
],
"keyword": [
"inline::sqlite-vec",
"inline::faiss",
],
"hybrid": [
"inline::sqlite-vec",