langchain/tests/integration_tests/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 add few shot example (#148) 2022-11-19 20:32:45 -08:00
test_elasticsearch.py add few shot example (#148) 2022-11-19 20:32:45 -08:00
test_faiss.py add faiss local saving/loading (#676) 2023-01-21 16:08:14 -08:00
test_qdrant.py Harrison/quadrant (#665) 2023-01-20 09:45:01 -08:00