Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
sshobhit1106
/
LCA-ChatBot-Streamlit
Running

App Files Files Community
Fetching metadata from the HF Docker repository...
LCA-ChatBot-Streamlit / phase_b_query
19.6 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 12 commits
sshobhit1106's picture
sshobhit1106
added rag-only or rag + kg-graph option for LLM response
223b8a3 19 days ago
  • __init__.py
    140 Bytes
    added basic plan made by claude about 2 months ago
  • graph_store.py
    7.29 kB
    added rag-only or rag + kg-graph option for LLM response 19 days ago
  • llm.py
    3.28 kB
    added new webpage with feature of generating report using LLM + RAG about 1 month ago
  • prompt.py
    1.68 kB
    added knowledge graphs and fix: correct BERTScore unpacking to use recall not precision (bert_score returns P,R,F1); relabel stale precision values in eval_results.json 21 days ago
  • rag_pipeline.py
    5.78 kB
    Add 3-way eval (no-RAG/RAG/RAG+graph) with per-call graph toggle and --sample flag 20 days ago
  • retriever.py
    1.46 kB
    improved comments of phase_b_query - 1 about 2 months ago