remember_similar_texts
Retrieve text passages semantically similar to your query from stored memory, providing relevance details for quick information recall.
Instructions
Query memory for texts similar in meaning to the query text.
Args:
query_text (str): The text to find similar meanings for.
n_results (int): The number of results to return. This is recommended to be more than 10.
Returns:
str: A human-readable string with the results and their relevance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n_results | No | ||
| query_text | Yes |