[KNOW-018] Semantic Search API #70

Closed
opened 2026-01-29 21:40:25 +00:00 by jason.woltje · 0 comments
Owner

Priority: P1 | Estimate: 4h | Phase: 3 - Search

Description

Implement semantic (vector) search endpoint.

Acceptance Criteria

  • POST /api/knowledge/search/semantic
  • Natural language query
  • Generate query embedding
  • Find similar by cosine similarity
  • Return with similarity scores
  • Configurable threshold
**Priority:** P1 | **Estimate:** 4h | **Phase:** 3 - Search ## Description Implement semantic (vector) search endpoint. ## Acceptance Criteria - [ ] POST /api/knowledge/search/semantic - [ ] Natural language query - [ ] Generate query embedding - [ ] Find similar by cosine similarity - [ ] Return with similarity scores - [ ] Configurable threshold
jason.woltje added this to the M5-Knowledge Module (0.0.5) milestone 2026-01-29 21:48:10 +00:00
jason.woltje added the apiknowledge-modulep1phase-3search labels 2026-01-29 21:48:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#70