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

Commit646b808

Browse files
authored
Added the-1.0-sdk-is-here blog post (#1352)
1 parent7f3e505 commit646b808

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

‎pgml-cms/blog/the-1.0-sdk-is-here.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,22 @@
22
description:>-
33
Our official pgml SDK has been stabilized and released for Python and
44
JavaScript.
5+
featured:false
6+
tags:[product]
57
---
68

79
#The 1.0 SDK is Here
810

11+
<divalign="left">
12+
13+
<figure><imgsrc=".gitbook/assets/silas.jpg"alt="Author"width="158"><figcaption></figcaption></figure>
14+
15+
</div>
16+
17+
Silas Marvin
18+
19+
March 4, 2023
20+
921
##Announcing the Release of our Official PGML 1.0 SDK
1022

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

2133
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).
2234

23-
###Why It's Exciting
35+
##Why It's Exciting
2436

2537
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;
2638

‎pgml-dashboard/src/api/cms.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ lazy_static! {
2626
"Blog",
2727
true,
2828
HashMap::from([
29+
("the-1.0-sdk-is-here","the-1.0-sdk-is-here"),
2930
("announcing-hnsw-support-in-our-sdk","speeding-up-vector-recall-5x-with-hnsw"),
3031
("backwards-compatible-or-bust-python-inside-rust-inside-postgres/","backwards-compatible-or-bust-python-inside-rust-inside-postgres"),
3132
("data-is-living-and-relational/","data-is-living-and-relational"),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp