Spaces:
Sleeping
Sleeping
riteshraut commited on
Commit ·
dcd10b3
1
Parent(s): edea2d6
feat/cross encoder reranker
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🤖 CogniChat - Intelligent Document Chat System
|
| 2 |
|
| 3 |
<div align="center">
|
|
@@ -9,6 +19,10 @@
|
|
| 9 |
|
| 10 |
**Transform your documents into interactive conversations powered by advanced RAG technology**
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
[Features](#-features) • [Quick Start](#-quick-start) • [Architecture](#-architecture) • [Deployment](#-deployment) • [API](#-api-reference)
|
| 13 |
|
| 14 |
</div>
|
|
@@ -547,4 +561,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
| 547 |
|
| 548 |
**Made with ❤️ by the CogniChat Team**
|
| 549 |
|
|
|
|
|
|
|
| 550 |
</div>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: CogniChat - Chat with Your Documents
|
| 3 |
+
emoji: 🤖
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
license: mit
|
| 9 |
+
app_port: 7860
|
| 10 |
+
---
|
| 11 |
# 🤖 CogniChat - Intelligent Document Chat System
|
| 12 |
|
| 13 |
<div align="center">
|
|
|
|
| 19 |
|
| 20 |
**Transform your documents into interactive conversations powered by advanced RAG technology**
|
| 21 |
|
| 22 |
+
<p align="center">
|
| 23 |
+
<img src="Document_reader.gif" width="100%" alt="CogniChat Demo">
|
| 24 |
+
</p>
|
| 25 |
+
|
| 26 |
[Features](#-features) • [Quick Start](#-quick-start) • [Architecture](#-architecture) • [Deployment](#-deployment) • [API](#-api-reference)
|
| 27 |
|
| 28 |
</div>
|
|
|
|
| 561 |
|
| 562 |
**Made with ❤️ by the CogniChat Team**
|
| 563 |
|
| 564 |
+
[⭐ Star us on GitHub](https://github.com/yourusername/cognichat) • [🐛 Report Bug](https://github.com/yourusername/cognichat/issues) • [✨ Request Feature](https://github.com/yourusername/cognichat/issues)
|
| 565 |
+
|
| 566 |
</div>
|