🌐 AI搜索 & 代理 主页
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Ready to go
  • Loading branch information
SilasMarvin committed Sep 10, 2024
commit bb95b868db7d19303a34f2db35cd5095991ab1b2
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions pgml-cms/blog/announcing-postgresml-django.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: The Python module that seamlessly integrates PostgresML and Django ORM
featured: true
tags: [product]
image: ".gitbook/assets/Blog-Image_Korvus-Firecrawl.jpg"
image: ".gitbook/assets/django-pgml_blog-image.png"
---

# Announcing postgresml-django
Expand All @@ -15,9 +15,9 @@ image: ".gitbook/assets/Blog-Image_Korvus-Firecrawl.jpg"

Silas Marvin

August 8, 2024
September 10, 2024

We're excited to announce the release of postgresml-django, a Python module that bridges the gap between PostgresML and Django ORM. This powerful tool enables automatic in-database embedding of Django models, simplifying the process of creating and searching vector embeddings for your text data.
We're excited to announce the release of [postgresml-django](https://github.com/postgresml/postgresml-django), a Python module that bridges the gap between PostgresML and Django ORM. This powerful tool enables automatic in-database embedding of Django models, simplifying the process of creating and searching vector embeddings for your text data.

With postgresml-django, you can:
- Automatically generate in-database embeddings for specified fields in your Django models
Expand Down