Skip to content

Commit 8c6c7f7

Browse files
authored
Add Rust SDK announcement blog post (#1508)
1 parent ab83832 commit 8c6c7f7

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed
-7.55 KB
Loading

pgml-cms/blog/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: recent blog posts
44

55
# Home
66

7+
* [announcing-the-release-of-our-rust-sdk](announcing-the-release-of-our-rust-sdk.md)
78
* [meet-us-at-the-2024-ai-dev-summit-conference](meet-us-at-the-2024-ai-dev-summit-conference.md "mention")
89
* [introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md](introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md "mention")
910
* [speeding-up-vector-recall-5x-with-hnsw.md](speeding-up-vector-recall-5x-with-hnsw.md "mention")

pgml-cms/blog/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Table of contents
22

33
* [Home](README.md)
4+
* [Announcing the Release of our Rust SDK](announcing-the-release-of-our-rust-sdk.md)
45
* [Serverless LLMs are dead; Long live Serverless LLMs](serverless-llms-are-dead-long-live-serverless-llms.md)
56
* [Speeding up vector recall 5x with HNSW](speeding-up-vector-recall-5x-with-hnsw.md)
67
* [Introducing the OpenAI Switch Kit: Move from closed to open-source AI in minutes](introducing-the-openai-switch-kit-move-from-closed-to-open-source-ai-in-minutes.md)
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
description: >-
3+
Our official Rust SDK is here and available on crates.io
4+
featured: false
5+
tags: [engineering]
6+
image: ".gitbook/assets/image (2) (2).png"
7+
---
8+
9+
# Announcing the Release of our Rust SDK
10+
11+
<div align="left">
12+
13+
<figure><img src=".gitbook/assets/silas.jpg" alt="Author" width="125"><figcaption></figcaption></figure>
14+
15+
</div>
16+
17+
Silas Marvin
18+
19+
June 4, 2024
20+
21+
We are excited to announce the official release of our Rust SDK for PostgresML, now available on [crates.io](https://crates.io/crates/pgml).
22+
23+
```bash
24+
cargo add pgml
25+
```
26+
27+
For those who have been with us for a while, you may already know that our Rust SDK has been a core component of our development. Our JavaScript, Python, and C SDKs are actually thin wrappers around our Rust SDK. We previously detailed this process in our blog post [How We Generate JavaScript and Python SDKs From Our Canonical Rust SDK](https://postgresml.org/blog/how-we-generate-javascript-and-python-sdks-from-our-canonical-rust-sdk).
28+
29+
Although our Rust SDK has been available on GitHub for some time, this marks its official debut on [crates.io](https://crates.io/crates/pgml). Alongside this release, we've also introduced [rust_bridge](https://crates.io/crates/rust_bridge), the crate we utilize to generate our JavaScript, Python, and now C SDKs from our Rust base.
30+
31+
Thank you for your continued support as we innovate in building multi-language SDKs with feature parity.

0 commit comments

Comments
 (0)