API Offline
SS

RAG Context Playgroundgpt-4o

New Session

RAG Context Playground Ready

Type a question below to send a query to the Contextra Gateway.

Retrieval Inspector

Qdrant + BM25

Top Ranked Chunks (4)

system_architecture_spec.md96.2% match

Contextra retrieval pipeline: 1) Query normalization & entity extraction. 2) Concurrent Qdrant dense vector search & Postgres BM25 keyword search. 3) Reciprocal Rank Fusion (RRF k=60). 4) Cross-encoder neural reranking.

Collection: Core System DocsIndex #4
memory_scoring_algorithm.pdf89.4% match

Memory importance scoring uses exponential recency decay coupled with frequency-weighted keyword overlap to maintain a dynamic 4KB conversation summary buffer.

Collection: AI Research PapersIndex #12
gateway_api_reference.openapi.json84.1% match

POST /api/v1/conversations/{id}/messages/stream returns a Server-Sent Events (SSE) stream delivering token deltas, citation references, and final execution metrics.

Collection: API SpecificationsIndex #28
system_architecture_spec.md78.8% match

Context Assembler enforces a hard token limit by packing system prompt, long-term memory summary, and retrieved chunks into an optimized prompt tree.

Collection: Core System DocsIndex #9