global_memory_search
Retrieves semantically similar memories from all projects in the global memory store. Enter a query to find relevant stored information across your entire workspace.
Instructions
Search the global (cross-project) memory store using semantic similarity.
Embeds the query and returns the most relevant stored memories from all projects.
Args: query: The search query text (required). top_k: Maximum number of results to return (default 5).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |