Spaces:
Sleeping
A newer version of the Gradio SDK is available:
5.49.1
title: DocuCite Agent
emoji: π
colorFrom: pink
colorTo: red
sdk: gradio
sdk_version: 5.33.1
app_file: app.py
pinned: false
license: mit
Demo: https://github.com/user-attachments/assets/24056190-9413-4bb3-9918-fcd739b690a5
Team Members
DocuCite-AI
This repository contains is a Gradio-based Agentic Retrieval-Augmented Generation application using LangChain and LangGraph. It answers questions based on the PDF file you upload, the tool automatically retrieving and citing the page and paragraph where it found the supporting information.
Features
PDF Upload & Embedding: Upload any PDF, automatically chunk, clean, and embed its contents into a vector store (Chroma).
Agentic Retrieval: Uses LangGraph to orchestrate an agentic workflow that decides when to call a retrieval tool or generate a direct answer.
Citation-Aware Tool: Custom document_search tool returns results prefixed with [Page X, Paragraph Y].
Interactive UI: Built with Gradio for easy deployment and use.
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference