Skip to content

Commit

Permalink
chore: Updated model name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed Mar 25, 2024
1 parent 0c82ac4 commit 3fd818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/use_with/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ client = chromadb.PersistentClient(path="ollama")

# create EF with custom endpoint
ef = OllamaEmbeddingFunction(
model_name="llama2",
model_name="nomic-embed-text",
url="http://127.0.0.1:11434/api/embeddings",
)

Expand Down

0 comments on commit 3fd818f

Please sign in to comment.