Expand description
Semantic and embedding-powered search across sessions. Semantic and embedding-powered search across sessions.
Functions§
- enable_
embeddings - Check whether the embeddings feature is available and return supported models.
- find_
related_ content - Find content related to a topic within a session (embeddings feature required).
- get_
vectorization_ stats - Retrieve vectorization statistics for the embedding index (embeddings feature required).
- semantic_
search - Unified semantic search dispatcher supporting session, workspace, and global scopes.
- semantic_
search_ global - Search across all sessions using AI semantic understanding (embeddings feature required).
- semantic_
search_ session - Search within a single session using AI semantic understanding (embeddings feature required).
- vectorize_
session - Manually trigger embedding vectorization for a session (embeddings feature required).