File tree Expand file tree Collapse file tree 2 files changed +25
-19
lines changed
Expand file tree Collapse file tree 2 files changed +25
-19
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments