Skip to content

Commit ebb4fa7

Browse files
authored
Fix grammar (#1619)
1 parent 70249e9 commit ebb4fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgml-cms/blog/announcing-postgresml-django.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ With postgresml-django, you can:
2626

2727
Whether you're building a recommendation system, a semantic search engine, or any application requiring text similarity comparisons, postgresml-django streamlines your workflow and enhances your Django projects with the power of PostgresML.
2828

29-
## Quick Start
29+
## Quick start
3030

3131
Here's a simple example of how to use postgresml-django with a Django model:
3232

@@ -48,7 +48,7 @@ results = Document.vector_search("text_embedding", "query to search against")
4848

4949
In this example, we define a `Document` model with a `text` field and a `text_embedding` VectorField. The VectorField automatically generates embeddings for the `text` field using the specified transformer. The `vector_search` method allows for easy similarity searches based on these embeddings.
5050

51-
## Why We are Excited About this
51+
## Why we are excited about this
5252

5353
There are ton of reasons we are excited for this release but they can all be summarized by two main points:
5454

0 commit comments

Comments
 (0)