Skip to main content

Module search

Module search 

Source
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).