Skip to content

Releases: 888newstep/ai-agent-platform

v1.0.0 - FAQ-First RAG Retrieval

Choose a tag to compare

@888newstep 888newstep released this 27 Aug 05:54

Highlights

FAQ-First Priority Retrieval — the flagship retrieval upgrade of this release:

  • FAQ intent classifier routes questions to a priority path: 98.3% R@1 within FAQ domain (multi-gold dataset, 120 cases, 6 categories all ≥ 91.67%)
  • Raw hybrid retrieval baseline: 47.5% R@1 / 62.5% R@5 (single-gold)
  • P95 retrieval latency: 181 ms

What's included

  • Adaptive RAG pipeline: dense vector (Milvus) + BM25 hybrid with RRF fusion, CrossEncoder reranking (candidate pool 200)
  • Semantic cache to cut repeat LLM calls
  • Multi-model routing and cost governance
  • Observability: trace retrieval decisions end-to-end
  • QA classifier + FAQ data cleaning pipeline

Quality

License

Apache-2.0