Module: SearchDataRouter

SearchData Router This router provides search endpoints for entities in the CommTool system. Supports both fulltext search and semantic search using AI embeddings. Routes: - GET / - Search all entity types - GET /:type - Search specific entity type - GET /embedding - Semantic vector similarity search
Source: