mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
59bef31997
- **Description:** The InMemoryVectorStore is a nice and simple vector store implementation for quick development and debugging. The current implementation is quite limited in its functionalities. This PR extends the functionalities by adding utility function to persist the vector store to a json file and to load it from a json file. We choose the json file format because it allows inspection of the database contents in a text editor, which is great for debugging. Furthermore, it adds a `filter` keyword that can be used to filter out documents on their `page_content` or `metadata`. - **Issue:** - - **Dependencies:** - - **Twitter handle:** @Vincent_Min |
||
---|---|---|
.. | ||
redis | ||
__init__.py | ||
test_aerospike.py | ||
test_azure_search.py | ||
test_databricks_vector_search.py | ||
test_elasticsearch.py | ||
test_faiss.py | ||
test_hanavector.py | ||
test_imports.py | ||
test_indexing_docs.py | ||
test_inmemory.py | ||
test_neo4j.py | ||
test_pgvector.py | ||
test_sklearn.py | ||
test_tencentvectordb.py | ||
test_utils.py |