Skip to content

Commit fab8ab9

Browse files
committed
📝 update Ollama embeddings docs
1 parent 6b91fe5 commit fab8ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/docs/walkthroughs/codebase-embeddings.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ We also support other methods of generating embeddings, which can be configured
8282

8383
### Ollama
8484

85-
[Ollama](https://ollama.ai) is the easiest way to get up and running with open-source language models. It provides an entirely local REST API for working with LLMs, including generating embeddings. The embeddings generated are slightly larger, with a size of 4096 for `codellama:7b`.
85+
[Ollama](https://ollama.ai) is the easiest way to get up and running with open-source language models. It provides an entirely local REST API for working with LLMs, including generating embeddings. We recommend using an embeddings model like `nomic-embed-text`:
8686

8787
```json title="~/.continue/config.json"
8888
{
8989
"embeddingsProvider": {
9090
"provider": "ollama",
91-
"model": "codellama:7b",
91+
"model": "nomic-embed-text",
9292
"apiBase": "http://localhost:11434" // optional, defaults to http://localhost:11434
9393
}
9494
}

0 commit comments

Comments
 (0)