langchain/langchain/vectorstores
dham e04b063ff4
add faiss local saving/loading (#676)
- This uses the faiss built-in `write_index` and `load_index` to save
and load faiss indexes locally
- Also fixes #674
- The save/load functions also use the faiss library, so I refactored
the dependency into a function
2023-01-21 16:08:14 -08:00
..
__init__.py Harrison/quadrant (#665) 2023-01-20 09:45:01 -08:00
base.py add search kwargs (#664) 2023-01-20 07:42:08 -08:00
elastic_vector_search.py add search kwargs (#664) 2023-01-20 07:42:08 -08:00
faiss.py add faiss local saving/loading (#676) 2023-01-21 16:08:14 -08:00
pinecone.py add search kwargs (#664) 2023-01-20 07:42:08 -08:00
qdrant.py Harrison/quadrant (#665) 2023-01-20 09:45:01 -08:00
utils.py MMR example selector (#377) 2022-12-19 17:09:27 -05:00
weaviate.py add search kwargs (#664) 2023-01-20 07:42:08 -08:00