Update README.md
Browse files
README.md
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
---
|
| 2 |
title: ROCKIT Vision Intelligence
|
| 3 |
-
emoji: "
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: "5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
python_version: 3.12
|
| 12 |
-
|
| 13 |
---
|
| 14 |
|
| 15 |
<div align="center">
|
|
@@ -103,11 +102,11 @@ Raw vector search returns `(id, score)` tuples. Before showing results to the us
|
|
| 103 |
|
| 104 |
## Architecture
|
| 105 |
|
| 106 |
-

|
| 109 |
|
| 110 |
-
` tuples. Before showing results to the us
|
|
| 115 |
|
| 116 |
ROCKIT automatically detects available hardware and selects the best backend:
|
| 117 |
|
|
|
|
| 118 |
|
| 119 |
| Tier | Backend | Search Latency (100K vectors) | When Used |
|
| 120 |
|------|---------|-------------------------------|-----------|
|
|
|
|
| 1 |
---
|
| 2 |
title: ROCKIT Vision Intelligence
|
| 3 |
+
emoji: "🔍"
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "5.12.0"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
python_version: 3.12
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<div align="center">
|
|
|
|
| 102 |
|
| 103 |
## Architecture
|
| 104 |
|
| 105 |
+

|
| 106 |
|
| 107 |
### Data Flow (Single Query)
|
| 108 |
|
| 109 |
+

|
| 110 |
|
| 111 |
---
|
| 112 |
|
|
|
|
| 114 |
|
| 115 |
ROCKIT automatically detects available hardware and selects the best backend:
|
| 116 |
|
| 117 |
+

|
| 118 |
|
| 119 |
| Tier | Backend | Search Latency (100K vectors) | When Used |
|
| 120 |
|------|---------|-------------------------------|-----------|
|