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

Added the-1.0-sdk-is-here blog post#1352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
SilasMarvin merged 1 commit intomasterfromsilas-new-blog-post
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
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
14 changes: 13 additions & 1 deletionpgml-cms/blog/the-1.0-sdk-is-here.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,10 +2,22 @@
description: >-
Our official pgml SDK has been stabilized and released for Python and
JavaScript.
featured: false
tags: [product]
---

# The 1.0 SDK is Here

<div align="left">

<figure><img src=".gitbook/assets/silas.jpg" alt="Author" width="158"><figcaption></figcaption></figure>

</div>

Silas Marvin

March 4, 2023

## Announcing the Release of our Official PGML 1.0 SDK

We have spent the last few months stabilizing and finalizing the 1.0 version of our SDK in both JavaScript and Python.
Expand All@@ -20,7 +32,7 @@ This release comes with a bunch of performance improvements and new features. To

Our SDK has been built specifically with the task of searching in mind. [We use it power the search on our own website](https://github.com/postgresml/postgresml/blob/6ba605d67016a1177d410d1eb91ae8763b4784c4/pgml-dashboard/src/utils/markdown.rs#L1243), [and to perform RAG with our ChatBot demo](https://github.com/postgresml/postgresml/blob/b3b5f03eb6c54bec88120617d5175279273d81d1/pgml-dashboard/src/api/chatbot.rs#L527).

### Why It's Exciting
## Why It's Exciting

Our SDK is no different from any other companies. It abstracts away some complexities of managing SQL tables, building complex queries, and other boring and repetitive tasks, but the SDK itself is not groundbreaking.&#x20;

Expand Down
1 change: 1 addition & 0 deletionspgml-dashboard/src/api/cms.rs
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,6 +26,7 @@ lazy_static! {
"Blog",
true,
HashMap::from([
("the-1.0-sdk-is-here", "the-1.0-sdk-is-here"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

You only need this if you're mapping one url to another to fix renamed posts. This looks identical?

("announcing-hnsw-support-in-our-sdk", "speeding-up-vector-recall-5x-with-hnsw"),
("backwards-compatible-or-bust-python-inside-rust-inside-postgres/", "backwards-compatible-or-bust-python-inside-rust-inside-postgres"),
("data-is-living-and-relational/", "data-is-living-and-relational"),
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp