Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,38 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Duohub
|
| 3 |
+
emoji: ⚡
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Duohub - Ultra-fast Graph RAG for Voice AI
|
| 11 |
+
|
| 12 |
+
Duohub provides blazing fast graph RAG services specifically designed for voice AI and other low-latency applications, delivering context in under 50ms.
|
| 13 |
+
|
| 14 |
+
## Key Features
|
| 15 |
+
|
| 16 |
+
- **Graph & Vector RAG**: Choose between semantic similarity search with reranking or deep query resolution with graph traversals
|
| 17 |
+
- **Custom Ontologies**: Pre-trained ontology models for different domains, with options for custom ontologies
|
| 18 |
+
- **Advanced Processing**: Built-in coreference resolution, fact extraction, and entity resolution
|
| 19 |
+
- **Global Scale**: Data replicated across multiple regions for consistent low-latency performance
|
| 20 |
+
- **Simple Integration**: Start querying your knowledge base with just three lines of code
|
| 21 |
+
|
| 22 |
+
## Quick Start
|
| 23 |
+
|
| 24 |
+
```python
|
| 25 |
+
from duohub import Duohub
|
| 26 |
+
client = Duohub(api_key="your_api_key")
|
| 27 |
+
response = client.query(query="Your question here", memoryID="your_memory_id")
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
## Why Duohub? ⭐
|
| 31 |
+
|
| 32 |
+
- 🚄 **Lightning-Fast**: Delivers query responses in under 50ms, making it ideal for real-time voice AI applications
|
| 33 |
+
- 🎯 **High Precision**: Graph-based memory ensures accurate and contextually relevant responses
|
| 34 |
+
- 🔌 **Easy Integration**: Get started with just 3 lines of code - no complex setup or infrastructure needed
|
| 35 |
+
- 🌍 **Global Ready**: Data replicated across 3 locations by default for consistent low-latency performance
|
| 36 |
+
- 🎛️ **Flexible Options**: Choose between vector or graph RAG based on your needs
|
| 37 |
+
- 🛠️ **Built-in Processing**: Includes coreference resolution, fact extraction, and entity resolution out of the box
|
| 38 |
+
- 🏢 **Enterprise Grade**: Supports on-premise deployment, custom ontologies, and dedicated support
|