You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vectorless, reasoning-based code index cho AI context retrieval. Instead of dumping your entire codebase into a prompt (50k+ tokens), codeindex builds a hierarchical tree index and uses LLM reasoning to find the exact context you need
AlphaGo-inspired MCTS for document retrieval. No vectors, no embeddings, no chunking — just reasoning. Upload PDFs, ask questions, get answers with citations.
A vectorless RAG pipeline that navigates PDF documents using a PageIndex tree structure and Gemini 2.0 Flash — no vector database, just LLM-guided tree search with auto-cited answers.