Live demo: paperscope-one.vercel.app

Key features
- Hybrid search slider: Move from exact words to meaning in real time by changing
semanticRatio. The results header shows how many papers were found only by meaning, usingsemanticHitCount. - Built-in embeddings: Documents and queries are embedded inside Meilisearch with a HuggingFace model (
BAAI/bge-small-en-v1.5), with no external embedding service. - Similar papers: Each paper lists its nearest neighbours from the
/similarendpoint, optionally filtered to the same arXiv category. - Faceted navigation: Filter by category, topic, author, and year. The year slider uses
facetStats, and the author box uses facet search. - Citation-aware ranking: A custom ranking rule on
citationCountbreaks ties in favor of influential papers, and results can be sorted by citations or date. - Multi-search: Papers and matching authors come back in a single request across two indexes.
- Chat with the papers: The “Ask the papers” page uses the
/chatsroute. The LLM runs hybrid searches as a tool and streams its progress and sources. - Scoped chat with tenant tokens: Chatting with a reading list or a single paper uses a short-lived tenant token whose search rule restricts retrieval to those papers.
Links
Try the demo
Search and chat with AI research papers
Hybrid search
Combine keyword and semantic search
Chat route
Learn about the chat route
Tenant tokens
Restrict what each user can search