Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Spaces:
Filosofii
/
RAGnarok-2
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
RAGnarok-2 / app /services
13.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
simonefilosofi
feat: add conversation history to RAG pipeline for follow-up question support
89fb57e about 2 months ago
  • __init__.py
    0 Bytes
    feat: initial commit - upload local project to remote repository about 2 months ago
  • document_processor.py
    2.62 kB
    feat: switch to token-aware chunking using BGE tokenizer (300 tokens, 50 overlap) about 2 months ago
  • embeddings.py
    1.35 kB
    feat: swap embedding model to BAAI/bge-small-en-v1.5 about 2 months ago
  • llm.py
    700 Bytes
    feat: initial commit - upload local project to remote repository about 2 months ago
  • rag.py
    4.14 kB
    feat: add conversation history to RAG pipeline for follow-up question support about 2 months ago
  • reranker.py
    3.22 kB
    feat: add context deduplication using Jaccard similarity to remove near-duplicate chunks about 2 months ago
  • vector_store.py
    1.61 kB
    feat: initial commit - upload local project to remote repository about 2 months ago