Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return documents from Marqo using a bulk search, exposes Marqo's output directly
marqo_bulk_similarity_search( self, queries: Iterable[Union[str, Dict[str, float]]], k: int = 4 ) -> Dict[str, List[Dict[str, List[Dict[str, str]]]]]
queries
Iterable[Union[str, Dict[str, float]]]
A list of queries.
k
int
4
The number of documents to return for each query.