Ask a question to get started
Enter to sendā¢Shift+Enter new line
Get documents via a metadata search.
metadata_search( self, filter: dict[str, Any] | None = None, n: int = 5 ) -> Iterable[Document]
filter
dict[str, Any] | None
None
the metadata to query for.
n
int
5
the maximum number of documents to return.