Local inference
CPU constraints dominate generation latency.
Local RAG for AI research. Search papers, rerank evidence, synthesize source-backed answers.
Evidence boundary
Data boundary
Model, corpus, and index are external downloads. Checked-in data directories do not include a runnable corpus or index artifact.
Evidence type
repository fact / configuration
Model, corpus, and index are external downloads. Quality evaluation is currently heuristic and no benchmark result is published.
A local research assistant needs reproducible retrieval, reranking, and source-bearing synthesis on commodity hardware.
Follow arXiv metadata through topic mapping, MiniLM embeddings, exact FAISS retrieval, reranking, and local synthesis.
Research search and synthesis depend on disconnected tools or hosted APIs.
One local-first R&D pipeline with exact retrieval, reranking, and source-bearing output.
The R&D repository demonstrates the architecture and interfaces for that local-first workflow.
Every signal is classified as a repository fact, recorded test, configuration, or disclosed data boundary.
CPU constraints dominate generation latency.
model, corpus, and index must remain version-aligned.
a defined test set is not a quality result without an executable saved run.
The active path uses normalized MiniLM embeddings and FAISS IndexFlatIP before cross-encoder reranking.