You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pgml-cms/blog/announcing-postgresml-django.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ With postgresml-django, you can:
26
26
27
27
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.
28
28
29
-
##QuickStart
29
+
##Quickstart
30
30
31
31
Here's a simple example of how to use postgresml-django with a Django model:
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.
50
50
51
-
##WhyWe areExcited About this
51
+
##Whywe areexcited about this
52
52
53
53
There are ton of reasons we are excited for this release but they can all be summarized by two main points: