Pinned Loading
-
llm-data-preprocessing-pipeline
llm-data-preprocessing-pipeline PublicBatch pipeline that turns messy unstructured text (logs, reports, tickets) into a clean structured dataset for RAG indexing. LLM field extraction, terminology normalisation, Jaccard near-duplicate …
Python
-
cve-research-assistant
cve-research-assistant PublicAuditable RAG system over a CVE knowledge base. Returns grounded answers with inline citations and runs a per-claim hallucination check that verifies every sentence against the retrieved source doc…
Python
-
langgraph-rag-pipeline
langgraph-rag-pipeline PublicMulti-step RAG pipeline built as an explicit LangGraph state graph. Chunking, LLM preprocessing, quality routing, embedding, FAISS indexing, retrieval and reranking — each a separately testable nod…
Python
-
rag-end-user-validation
rag-end-user-validation PublicLightweight evaluation harness for RAG systems. Plug in a retriever and eval cases; computes MRR, NDCG, precision@k, clusters underperforming queries by tag, and emits a prioritised recommendations…
Python
-
similar-issue-finder
similar-issue-finder PublicPlain-language semantic search over a knowledge base of past factory faults. Returns top-k historical issues with documented resolutions and next actions. LangChain + ChromaDB + OpenAI embeddings, …
Python
If the problem persists, check the GitHub status page or contact support.