Skip to content

Commit

Permalink
fix typo in docs (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Apr 25, 2024
1 parent 3fb90ea commit 9faac29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For example, the `sentence-transformers` provider has a model named `all-MiniLM-

[SentenceTransformers](https://sbert.net/) is a Python library for computing text embeddings.
pg_vectorize provides a container image that implements the SentenceTransformer library beyind a REST API.
The container image is pre-built with `sentence-transformers/all-mini-LM-L12-v2` pre-cached.
The container image is pre-built with `sentence-transformers/all-MiniLM-L12-v2` pre-cached.
Models that are not pre-cached will be downloaded on first use and cached for subsequent use.

When calling the model server from Postgres, the url to the model server must first be set in the `vectorize.embedding_service_url` configuration parameter.
Expand Down

0 comments on commit 9faac29

Please sign in to comment.