What to build
Implement the retrieval query path: embed the incoming user query, run a pgvector similarity search against indexed Chunks, and filter results strictly by the authenticated user's Organization. Return a ranked top-k chunk list ready for Context Bundle assembly.
Acceptance criteria
Blocked by
What to build
Implement the retrieval query path: embed the incoming user query, run a pgvector similarity search against indexed Chunks, and filter results strictly by the authenticated user's Organization. Return a ranked top-k chunk list ready for Context Bundle assembly.
Acceptance criteria
Blocked by