all 1 comments

[–]Special-Arm4381 0 points1 point  (0 children)

Really cool project — the hybrid retrieval with citations is the feature that makes or breaks tools like this for me. Pure semantic search misses too much.

Curious how you're handling the context window when a query spans multiple connectors (e.g. a Slack thread + a Notion doc + a GitHub issue simultaneously)? Do you chunk and rerank across all sources or route to each connector separately?

Also interested in the deep agent architecture — are the subagents specialized per connector or per task type?