Vector search
TheVectorSearch service queries vector indexes defined in your schema. It is only available in actions.
_id and a _score representing similarity (higher is more similar).
vectorIndex method. See the Schema page for an example.
For more details on vector search queries and index configuration, see the Convex vector search documentation.
Full-text search
Full-text search uses search indexes via theDatabaseReader service, not the VectorSearch service. See the Reading page for usage.