pragatheeswaran commited on
Commit
6cd0d0b
·
verified ·
1 Parent(s): 393e8ef

Delete README_app.md

Browse files
Files changed (1) hide show
  1. README_app.md +0 -28
README_app.md DELETED
@@ -1,28 +0,0 @@
1
- # LangGraph Document Q&A Assistant
2
-
3
- This repository showcases a Document Question & Answering (Q&A) Assistant built using [LangGraph](https://gritholdings.gitbook.io/docs/langgraph) and the [DeepSeek-V3](https://huggingface.co/deepseek-ai/DeepSeek-V3) model. The assistant allows users to upload documents and receive AI-generated answers to their queries based on the content of those documents.
4
-
5
- ## Features
6
-
7
- - **Document Upload**: Users can upload various document formats for analysis.
8
- - **Intelligent Q&A**: Utilizes the DeepSeek-V3 model to provide accurate answers based on the uploaded document's content.
9
- - **Scalable Architecture**: Built with LangGraph to ensure modularity and scalability.
10
-
11
- ## Getting Started
12
-
13
- Follow these instructions to set up and run the project locally.
14
-
15
- ### Prerequisites
16
-
17
- - Python 3.8 or higher
18
- - [LangGraph](https://gritholdings.gitbook.io/docs/langgraph)
19
- - [DeepSeek-V3 model weights](https://huggingface.co/deepseek-ai/DeepSeek-V3)
20
-
21
- ### Installation
22
-
23
- 1. **Clone the Repository**:
24
-
25
- ```bash
26
- git clone https://huggingface.co/pragatheeswaran/langgraph-document-qa-assistant
27
- cd langgraph-document-qa-assistant
28
-