Skip to content

Commit d421567

Browse files
docs: corregge diagramma architettura B con flusso indexing separato e frecce non sovrapposte
1 parent e8620ff commit d421567

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

README.it.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -198,15 +198,18 @@ Claude è un modello di generazione testo - non può produrre vector embeddings.
198198
│ │ "cerca X" │ │ │
199199
│ ▼ │ │ │
200200
│ ┌─────────────────┐ │ vettore │ ┌─────────┐ │
201-
│ │ Ollama + nomic │ ───────────────► │ Qdrant │ │
202-
│ │ (embedding) │ │ │ └────┬────┘ │
203-
│ └─────────────────┘ │ │ │ risultati │
204-
│ ▲ │ │ ▼ │
205-
│ └───────────────────────────────────────── │
201+
│ │ Ollama + nomic │ ───────────────► │ Qdrant │ │
202+
│ └─────────────────┘ │ │ └────┬────┘ │
203+
│ ▲ │ risultati│ │ ▲ │
204+
│ └────────────────────────────────────────┘ │ │
205+
│ │ │ │ │
206+
│ │ │ ┌─────────┴─────┐ │
207+
│ │ │ │ Ollama + nomic │ │
208+
│ │ │ └───────────────┘ │
209+
│ │ │ ▲ │
210+
│ │ │ │ indexing │
211+
│ │ │ ragify index │
206212
│ │ │ │
207-
│ │ │ ┌─────────────────┐ │
208-
│ ragify index ─────────────────────►│ │ Ollama + nomic │ │
209-
│ │ │ └─────────────────┘ │
210213
└──────────────────────────┘ └─────────────────────────────┘
211214
```
212215

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ Claude is a text generation model - it cannot produce vector embeddings. Semanti
183183
│ │ │ │ └─────────────────┘ └────┬────┘ │
184184
│ │◄──────────────────────────────────────────────────────┘ │
185185
│ │ results │ ▲ │
186-
│ │ │ │ indexing
187-
ragify index
188-
│ │ │
186+
│ │ │ │ ...indexing │
187+
| | |
188+
│ │ │ ragify index
189189
└────────────────┘ └─────────────────────────────────────────┘
190190
```
191191

@@ -198,15 +198,18 @@ Claude is a text generation model - it cannot produce vector embeddings. Semanti
198198
│ │ "search X" │ │ │
199199
│ ▼ │ │ │
200200
│ ┌─────────────────┐ │ vector │ ┌─────────┐ │
201-
│ │ Ollama + nomic │ ───────────────► │ Qdrant │ │
202-
│ │ (embedding) │ │ │ └────┬────┘ │
203-
│ └─────────────────┘ │ │ │ results │
204-
│ ▲ │ │ ▼ │
205-
│ └───────────────────────────────────────── │
201+
│ │ Ollama + nomic │ ───────────────► │ Qdrant │ │
202+
│ └─────────────────┘ │ │ └────┬────┘ │
203+
│ ▲ │ results │ │ ▲ │
204+
│ └────────────────────────────────────────┘ │ │
205+
│ │ │ │ │
206+
│ │ │ ┌─────────┴─────┐ │
207+
│ │ │ │ Ollama + nomic │ │
208+
│ │ │ └───────────────┘ │
209+
│ │ │ ▲ │
210+
│ │ │ │ indexing │
211+
│ │ │ ragify index │
206212
│ │ │ │
207-
│ │ │ ┌─────────────────┐ │
208-
│ ragify index ─────►│ │ Ollama + nomic │ │
209-
│ │ │ └─────────────────┘ │
210213
└──────────────────────────┘ └─────────────────────────────┘
211214
```
212215

0 commit comments

Comments
 (0)