Ask a question to get started
Enter to sendā¢Shift+Enter new line
Search the marqo index for the most similar documents in bulk with multiple queries.
bulk_similarity_search( self, queries: Iterable[Union[str, Dict[str, float]]], k: int = 4, **kwargs: Any = {} ) -> List[List[Document]]
queries
Iterable[Union[str, Dict[str, float]]]
An iterable of queries to
k
int
4
The number of documents to return for each query.