You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Overview / Knowledge Graph views let users navigate by topic, keyword, or facets. Natural-language queries like "places where I configured Vite" or "auth-related debugging" cannot be answered today.
Why
What
How
skill-serverexposes a new endpoint/api/retrievethat wraps the retriever (Add embedding pipeline and chunk-level vector index for RAG-based retrieval #32).useSemanticSearch(query)) hitting that endpoint and rendering results that link into existing playback navigation.Depends on
Related