BAAI
About
No description provided for this workspace.
Solutions
0No solutions published yet.
Published applications from this workspace will appear here.
Components
2
Extract Text Embedding (BGE)
Encodes each String into a dense Embedding with a bound BGE sentence-transformers checkpoint, with an optional retrieval query prefix and L2 normalisation. Suited to text retrieval, clustering, similarity, and RAG query/passage encoding.

Rerank Text (BGE)
Cross-encoder reranking of retrieved passages. Scores every query-document pair in a RerankInput with a local BGE cross-encoder, sorts by descending relevance, optionally truncates, and emits [RerankResult] carrying each document, score and original index.

