sto_retrieve
Descriptions: Retrieve relevant files based on either the query_text or keywords
Parameters:
collection_name (str): Name of the collection/agent
query_text (str): Text to search for
k (int): Number of results to return (default: 3)
keywords (str): Additional keywords for filtering (optional)
Returns:
Successful retrieval (List): Matched Documents
Failed retrieval: Empty List
Last updated