Find
Search dashboard pages and product views.
Repositories
Evidence Refs
Run Artifacts
Trace Refs
Replay Entry
Search dashboard pages and product views.
These are repository signals used to attribute this repo to the product. They are not code written by the agent; they are matched package, middleware, environment, API, or UI locations found in the repository.
| Repository Signal | Matched Source | Matched Code Location | Preview |
|---|---|---|---|
source | chroma_retriever = vectorstore.as_retriever(...); bm25_retriever = get_bm25_retriever(vectorstore); retriever = EnsembleRetriever(retrievers=[bm25_retrieverchroma_retriever]...); return RetrievalQA.from_chain_type(llm=llm+2 | server/modules/llm.pyline 23 | Preview |
source | @app.post("/query") ... if not vectorstore: raise HTTPException(... 'No documents indexed. Please upload PDFs first.'); chain = get_llm_chain(vectorstore); result = await run_in_threadpool(chain.invoke{"query": request.query}) | server/main.pyline 109 | Preview |
source | process_pdfs(file_paths): PyPDFLoader per file -> RecursiveCharacterTextSplitter -> HuggingFaceEmbeddings -> Chroma.from_documents(...) | server/modules/vectorstore.pyline 35 | Preview |
manifest | langchain-chromalangchain-communitylangchain-huggingface+6 | requirements.server.txtline 1 | Preview |