Embedding-based reranker for scoring corpus chunks against a query
Implementations tokenize chunks up front via tokenizeChunks, then stream progressive results from score. Used by SearchTool to rank knowledge-base passages.
Release reranker resources
Score chunks against a query, streaming progressive results
Pre-tokenize chunks for subsequent scoring calls
Embedding-based reranker for scoring corpus chunks against a query
Implementations tokenize chunks up front via tokenizeChunks, then stream progressive results from score. Used by SearchTool to rank knowledge-base passages.