memorize_text
Store text passages and retrieve them later based on semantic meaning using local embeddings and vector storage.
Instructions
Memorize a text for later retrieval based on relevance in meaning, not just keywords.
Args:
text (str): The text to memorize.
Returns:
str: A message indicating success or failure of the operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| metadata | No |