Ask a question to get started
Enter to sendā¢Shift+Enter new line
Search documents by their ids or metadata values.
get_documents( self, ids: Optional[List[str]] = None, filter: Optional[Dict[str, Any]] = None ) -> List[Document]
Returns: List of ids from adding the texts into the vectorstore.
ids
Optional[List[str]]
None
List of ids of documents to retrieve from the vectorstore.
filter
Optional[Dict[str, Any]]
Filter on metadata properties, e.g. { "str_property": "foo", "int_property": 123 }