Editar RAG Provider
Volver Setup Guide
Step 1 — Pull the model
ollama pull nomic-embed-text
nomic-embed-text is optimised for code and technical text. Produces 768-dim vectors.
Step 2 — Create provider
- URL:
http://localhost:11434 - Model:
nomic-embed-text - Chunk:
512chars, overlap64 - Top-K:
4is a good default
Step 3 — Rebuild Index
Click Rebuild Index on the provider card. The assistant will automatically use the retrieved snippets as context for every query.
Alternative models
mxbai-embed-large— 1024 dims, higher qualityall-minilm— 384 dims, fast