semantic_search_memory
Search through stored memory chunks by semantic similarity to return the most relevant context for your query.
Instructions
관련 메모리 청크를 반환합니다. sqlite-vec(vec0) KNN이 켜지면 DB 내 벡터 인덱스로 검색하고, 아니면 JS 코사인으로 폴백합니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| project_id | Yes | ||
| limit | No | ||
| session_id | No |