Document-Audit-RAG / rag /__init__.py
Mayank Chugh
Deploy DocuAudit AI to Hugging Face Space (no binaries)
d44b33d
raw
history blame contribute delete
248 Bytes
"""RAG pipeline: load β†’ chunk β†’ embed β†’ store β†’ retrieve β†’ generate.
Submodules: :mod:`loader`, :mod:`chunker`, :mod:`embedder`, :mod:`vector_store`,
:mod:`retriever`, and :mod:`hf_hub_inference` for Hugging Face Hub compatibility.
"""