Skip to content
Snippets Groups Projects
Unverified Commit 35dedeb8 authored by Jules Kuehn's avatar Jules Kuehn Committed by GitHub
Browse files

fix(docs): bge-m3 != bge-small-en-v1.5 (#11748)

parent 48a286ab
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
Make sure you've followed the [custom installation](installation.md) steps first.
```
This is our famous "5 lines of code" starter example with local LLM and embedding models. We will use `BAAI/bge-m3` as our embedding model and `Mistral-7B` served through `Ollama` as our LLM.
This is our famous "5 lines of code" starter example with local LLM and embedding models. We will use `BAAI/bge-small-en-v1.5` as our embedding model and `Mistral-7B` served through `Ollama` as our LLM.
## Download data
......@@ -33,7 +33,7 @@ from llama_index.llms.ollama import Ollama
documents = SimpleDirectoryReader("data").load_data()
# bge-m3 embedding model
# bge embedding model
Settings.embed_model = resolve_embed_model("local:BAAI/bge-small-en-v1.5")
# ollama
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment