Ask a question to get started
Enter to sendā¢Shift+Enter new line
Return documents from Marqo exposing Marqo's output directly
marqo_similarity_search( self, query: Union[str, Dict[str, float]], k: int = 4 ) -> Dict[str, List[Dict[str, str]]]
query
str
The query to search with.
k
int
4
The number of documents to return. Defaults to 4.