Ask a question to get started
Enter to sendā¢Shift+Enter new line
Returns the most similar indexed documents to the query text.
avector_search( self, query: str, k: int = 4, *, filters: Optional[str] = None, **kwargs: Any = {} ) -> List[Document]
query
str
The query text for which to find similar documents.
k
int
4
The number of documents to return. Default is 4.