Key Capabilities
Indices in R2R provide:- Fast similarity search for vector-based retrieval.
- Multiple index methods, including HNSW (Hierarchical Navigable Small World) and IVF-Flat.
- Configurable similarity measures such as cosine similarity or inner product.
- Concurrent index building to improve throughput and scalability.
- Performance optimization for large-scale vector operations.
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /indices | List available indices with pagination. |
| GET | /indices// | Retrieve details and configuration for a specific index. |
| DELETE | /indices// | Delete an existing index. |