Document store handles storing and indexing Documents. It supports the following interfaces: - add: add 1 or more documents into document store - get: get a list of documents - get_all: get all documents in a document store - delete: delete 1 or more document - save: persist a document store into disk - load: load a document store from disk |
||
---|---|---|
.. | ||
resources | ||
__init__.py | ||
test_docstores.py | ||
test_embedding_models.py | ||
test_indexing_retrieval.py | ||
test_llms_chat_models.py | ||
test_llms_completion_models.py | ||
test_reader.py | ||
test_telemetry.py | ||
test_vectorstore.py |