There was an error while loading. Please reload this page.
1 parent 2444856 commit fc02b9dCopy full SHA for fc02b9d
1 file changed
examples/basic/vector_ollama.py
@@ -18,9 +18,8 @@
18
# Start database.
19
docker run --rm -it --publish=4200:4200 crate/crate:nightly
20
21
- # Serve the embedding model. `nomic-embed-text` produces 768 dimensions,
+ # Fetch the embedding model. `nomic-embed-text` produces 768 dimensions,
22
# well within the 2048 a CrateDB FLOAT_VECTOR column accepts.
23
- ollama serve
24
ollama pull nomic-embed-text
25
26
# Optionally set environment variables to configure the Ollama and CrateDB
0 commit comments