Ask a question to get started
Enter to sendā¢Shift+Enter new line
Retrieve documents from this graph store.
asimilarity_search( self, query: str, k: int = 4, filter: dict[str, Any] | None = None, **kwargs: Any = {} ) -> list[Document]
query
str
The query string.
k
int
4
The number of Documents to return. Defaults to 4.
filter
dict[str, Any] | None
None
Optional metadata to filter the results.
**kwargs
Any
{}
Additional keyword arguments.