Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitebb4fa7

Browse files
authored
Fix grammar (#1619)
1 parent70249e9 commitebb4fa7

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-
##QuickStart
29+
##Quickstart
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-
##WhyWe areExcited About this
51+
##Whywe areexcited 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)

[8]ページ先頭

©2009-2025 Movatter.jp