podman compose up -dcurl http://localhost:6333/collections
curl http://localhost:11434/api/tagsPull the embedding model into Ollama:
podman exec roo-ollama ollama pull nomic-embed-textVerify it works:
curl http://localhost:11434/api/embed \
-d '{"model":"nomic-embed-text","input":"test"}'You should receive a JSON response with an embeddings array.
In Roo Code → Codebase Indexing settings, use:
| Setting | Value |
|---|---|
| Embedder Provider | Ollama |
| Base URL | http://localhost:11434 |
| Model | nomic-embed-text |
| Qdrant URL | http://localhost:6333 |
| Qdrant API Key | (leave blank) |
| Search score threshold | (leave default) |
| Max search results | (leave default) |