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
##Announcing the Release of our Official PGML 1.0 SDK
10
22
11
23
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
20
32
21
33
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).
22
34
23
-
###Why It's Exciting
35
+
##Why It's Exciting
24
36
25
37
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.