save_research_data
Save research content to a vector database for semantic search and future retrieval, organized by topic for easy access.
Instructions
Save research content to vector database for future retrieval. Args: content: List of text content to save topic: Topic name for organizing the data (creates separate DB)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| topic | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |