Redpine Connect

Introduction

Hybrid retrieval over your document collections, behind one REST API.

Redpine Connect searches scientific and biomedical document collections using hybrid retrieval: dense vector search, sparse keyword matching, and cross-encoder reranking, combined into a single relevance-ranked result set.

One REST API, one key.

curl -X POST "https://api.redpine.ai/api/v1/search/query" \
  -H "Authorization: Bearer sk_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"collection": "my-collection", "query": "your search query"}'

Start here

Going further

Was this page helpful?

On this page