This is an Enconvo Extension that provides reranking capabilities through multiple providers:
- EnConvo Cloud Plan - Powered by Voyage Rerank models
- Voyage AI - Direct integration with Voyage AI's reranking models
- SiliconFlow - Integration with various reranking models including BAAI and Netease-Youdao
- Multiple provider options
- Easy configuration through preferences
- Support for different model variants
- Flexible API integration
- Voyage Rerank-2 (40 points per invoke)
- Voyage Rerank-2 Lite (10 points per invoke)
- rerank-2
- rerank-2-lite
- BAAI/bge-reranker-v2-m3
- netease-youdao/bce-reranker-base_v1
# Install dependencies
npm install
# Lint code
npm run lint
# Format code
npm run format
# Build
npm run build
# Development mode
npm run devMIT EnconvoAI