query --> BM25/TF-IDF --+--> fuse --> rerank --> LLM
query --> dense emb. --+ |
episodic + working memory
LLM --> tools: tox · ADMET · ChEMBL · PubChem
Qwen 2.5 27B @ SageMaker / SGLangEnterprise AI research — Perplexity for scientific teams
I architected and shipped a production-grade hybrid RAG + agentic research platform that became the primary AI interface for lab workflows — an enterprise Perplexity for scientific teams that significantly boosted researcher productivity and day-to-day usage across the organization.
The retrieval stack combines BM25/TF-IDF with dense embeddings, late fusion, and cross-encoder reranking for high recall on domain-specific queries over large chemical and biological corpora. A LIGHT-style memory subsystem scales to millions of tokens of conversational history via episodic retrieval, structured working memory, and a compressed scratchpad — so multi-session research stays context-aware. Domain agentic tools (toxicity lookup, molecular property prediction, structure normalization, ChEMBL & PubChem connectors) let the LLM invoke specialized ML models and databases as callable actions. Inference runs on self-hosted Qwen 2.5 27B on AWS SageMaker with SGLang for high-throughput, low-latency serving, with a modular path to swap in larger models plus evaluation harnesses and domain fine-tunes.
The daily AI research platform for scientific teams
- Hybrid BM25 + dense retrieval with cross-encoder reranking
- LIGHT-style memory across multi-session research
- Tool-calling into ChEMBL, PubChem, and in-house models
- Qwen 2.5 27B on SageMaker / SGLang











