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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
babupallam
/
knowflow-ai-rag-document-chatbot
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
knowflow-ai-rag-document-chatbot / src
45 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
Babu Pallam
Add modular RAG pipeline orchestration
6827b82 about 1 month ago
  • __init__.py
    0 Bytes
    Add modular RAG application skeleton about 1 month ago
  • chunker.py
    4.53 kB
    Add paragraph-aware chunking for document retrieval about 1 month ago
  • config.py
    8.83 kB
    Add configuration management for modular RAG pipeline about 1 month ago
  • document_loader.py
    4.46 kB
    Add document loading and text cleaning modules about 1 month ago
  • embeddings.py
    1.92 kB
    Add local embedding model wrapper for RAG retrieval about 1 month ago
  • llm_client.py
    5.92 kB
    Add OpenAI-compatible cloud LLM client about 1 month ago
  • logging_utils.py
    1.67 kB
    Add structured logging utilities for RAG events about 1 month ago
  • rag_pipeline.py
    10.1 kB
    Add modular RAG pipeline orchestration about 1 month ago
  • retriever.py
    1.55 kB
    Add semantic retriever for vector search about 1 month ago
  • text_cleaner.py
    978 Bytes
    Add document loading and text cleaning modules about 1 month ago
  • vector_store.py
    5.01 kB
    Add ChromaDB vector store integration about 1 month ago