Skip to content

Commit

Permalink
fix(docs): bge-m3 != bge-small-en-v1.5 (#11748)
Browse files Browse the repository at this point in the history
  • Loading branch information
juleskuehn authored Mar 7, 2024
1 parent 48a286a commit 35dedeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/starter_example_local.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 35dedeb

Please sign in to comment.