add_note
Create markdown notes with automatic embedding
Create new notes in your knowledge base with automatic chunking and embedding generation.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
title | string | Yes | - | Note title (1-500 chars) |
content | string | Yes | - | Markdown content (1-100000 chars) |
tags | string[] | No | [] | Tags for organization |
Example Request
Response
Processing Pipeline
When you add a note:
- Document Created: Stored in
documentstable - Content Chunked: Split into ~512 token chunks with overlap
- Embeddings Generated: Each chunk embedded via OpenAI/Ollama
- Search Index Updated: Full-text search vector created
Use Cases
Knowledge Capture
Save insights from conversations:
Meeting Notes
Capture meeting outcomes:
Research Notes
Store research findings: