Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohdzain98 authored Jul 6, 2024
1 parent ab198f1 commit fb3e042
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Docschat is an innovative project designed to revolutionize how users interact w
- TXT
- CSV
- EXCEL
- PPTX
- Word
- SQL

## Working
Expand All @@ -24,3 +26,15 @@ Docschat is an innovative project designed to revolutionize how users interact w
- Efficiency: Quickly locate specific information within extensive documents.
- Accessibility: Make document interactions more user-friendly and accessible to non-experts.
- Accuracy: Ensure the accuracy of information through sophisticated language understanding and context awareness.

## Architecture
DocsChat is built using a microservices architecture, with two primary microservices:
- ### User Authentication Service
- Manages user registration, login, and authentication
- Ensures secure access to the Docschat platform
- Handles session management and token-based authentication
- ### LLM (Large Language Model) Service
- Processes user queries and interacts with various document types
- Leverages advanced language models to understand and respond to user inputs
- Performs text extraction, data analysis, and SQL query execution based on document type

0 comments on commit fb3e042

Please sign in to comment.