Skip to content

Commit 6511b18

Browse files
docs: ridispone architettura B con flussi paralleli query e indexing più leggibili
1 parent 5b16380 commit 6511b18

File tree

2 files changed

+26
-40
lines changed

2 files changed

+26
-40
lines changed

README.it.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -195,26 +195,19 @@ Claude è un modello di generazione testo - non può produrre vector embeddings.
195195
┌──────────────────────────┐ ┌─────────────────────────────┐
196196
│ TUA MACCHINA │ │ SERVER REMOTO │
197197
│ │ │ │
198-
│ Claude │ │ │
199-
│ │ │ │ │
200-
│ ▼ │ │ │
201-
│ ┌────────────┐ │ │ │
202-
│ │ MCP Server │ │ │ │
203-
│ └─────┬──────┘ │ │ │
204-
│ │ │ │ │
205-
│ ▼ │ │ │
206-
│ ┌─────────────────┐ │ vettore │ ┌─────────┐ │
207-
│ │ Ollama + nomic │ ───────────────► │ Qdrant │ │
208-
│ └─────────────────┘ │ │ └────┬────┘ │
209-
│ ▲ │ risultati│ │ ▲ │
210-
│ └────────────────────────────────────┘ │ │
211-
│ │ │ │ │
212-
│ │ │ ┌─────────┴─────┐ │
213-
│ │ │ │ Ollama + nomic │ │
214-
│ │ │ └───────────────┘ │
215-
│ │ │ ▲ │
216-
│ │ │ │ indexing │
217-
│ │ │ ragify index │
198+
│ Claude │ │ ragify index │
199+
│ │ │ │ │ indexing │
200+
│ ▼ │ │ ▼ │
201+
│ ┌────────────┐ │ │ ┌─────────────────┐ │
202+
│ │ MCP Server │ │ │ │ Ollama + nomic │ │
203+
│ └─────┬──────┘ │ │ └────────┬────────┘ │
204+
│ │ │ │ │ │
205+
│ ▼ │ │ ▼ │
206+
│ ┌─────────────────┐ │ vettore │ ┌─────────┐ │
207+
│ │ Ollama + nomic │ ───────────────────► │ Qdrant │ │
208+
│ └─────────────────┘ │ │ └────┬────┘ │
209+
│ ▲ │ risultati│ │ │
210+
│ └───────────────────────────────────────┘ │
218211
│ │ │ │
219212
└──────────────────────────┘ └─────────────────────────────┘
220213
```

README.md

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -195,26 +195,19 @@ Claude is a text generation model - it cannot produce vector embeddings. Semanti
195195
┌──────────────────────────┐ ┌─────────────────────────────┐
196196
│ YOUR MACHINE │ │ REMOTE SERVER │
197197
│ │ │ │
198-
│ Claude │ │ │
199-
│ │ │ │ │
200-
│ ▼ │ │ │
201-
│ ┌────────────┐ │ │ │
202-
│ │ MCP Server │ │ │ │
203-
│ └─────┬──────┘ │ │ │
204-
│ │ │ │ │
205-
│ ▼ │ │ │
206-
│ ┌─────────────────┐ │ vector │ ┌─────────┐ │
207-
│ │ Ollama + nomic │ ───────────────► │ Qdrant │ │
208-
│ └─────────────────┘ │ │ └────┬────┘ │
209-
│ ▲ │ results │ │ ▲ │
210-
│ └────────────────────────────────────┘ │ │
211-
│ │ │ │ │
212-
│ │ │ ┌─────────┴─────┐ │
213-
│ │ │ │ Ollama + nomic │ │
214-
│ │ │ └───────────────┘ │
215-
│ │ │ ▲ │
216-
│ │ │ │ indexing │
217-
│ │ │ ragify index │
198+
│ Claude │ │ ragify index │
199+
│ │ │ │ │ indexing │
200+
│ ▼ │ │ ▼ │
201+
│ ┌────────────┐ │ │ ┌─────────────────┐ │
202+
│ │ MCP Server │ │ │ │ Ollama + nomic │ │
203+
│ └─────┬──────┘ │ │ └────────┬────────┘ │
204+
│ │ │ │ │ │
205+
│ ▼ │ │ ▼ │
206+
│ ┌─────────────────┐ │ vector │ ┌─────────┐ │
207+
│ │ Ollama + nomic │ ───────────────────► │ Qdrant │ │
208+
│ └─────────────────┘ │ │ └────┬────┘ │
209+
│ ▲ │ results │ │ │
210+
│ └───────────────────────────────────────┘ │
218211
│ │ │ │
219212
└──────────────────────────┘ └─────────────────────────────┘
220213
```

0 commit comments

Comments
 (0)