Skip to content

add dev summit blog post #1470

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
Binary file added pgml-cms/blog/.gitbook/assets/ai_dev_summit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions pgml-cms/blog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: recent blog posts

# Home

* [meet-us-at-the-2024-ai-dev-summit-conference](meet-us-at-the-2024-ai-dev-summit-conference.md "mention")
* [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")
* [speeding-up-vector-recall-5x-with-hnsw.md](speeding-up-vector-recall-5x-with-hnsw.md "mention")
* [how-to-improve-search-results-with-machine-learning.md](how-to-improve-search-results-with-machine-learning.md "mention")
Expand Down
1 change: 1 addition & 0 deletions pgml-cms/blog/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Table of contents

* [Home](README.md)
* [meet-us-at-the-2024-ai-dev-summit-conference](meet-us-at-the-2024-ai-dev-summit-conference.md)
* [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)
* [Speeding up vector recall 5x with HNSW](speeding-up-vector-recall-5x-with-hnsw.md)
* [How-to Improve Search Results with Machine Learning](how-to-improve-search-results-with-machine-learning.md)
Expand Down
44 changes: 44 additions & 0 deletions pgml-cms/blog/meet-us-at-the-2024-ai-dev-summit-conference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
featured: true
tags:
- marketing
description: Meet us at AI DevSummit in South San Francisco May 29-30
image: ".gitbook/assets/image/ai_dev_summit.png"
---

# Meet us at AI DevSummit in South San Francisco May 29-30

<div align="left">

<figure><img src=".gitbook/assets/image.png" alt="Author" width="100"><figcaption></figcaption></figure>

</div>

Cassandra Stumer

May 16, 2024

Excitement is brewing as the [AI DevSummit](https://aidevsummit.co/) approaches, and this year, PostgresML is thrilled to be part of the action!

AI DevSummit is the world’s largest artificial intelligence developer & engineering conference with tracks covering chatbots, machine learning, open source AI libraries, AI for the enterprise, and deep AI / neural networks.

<div id="ai-dev-summit-tip-container">

!!! tip

<p class="h3">Get a free pass on us</p>

[We’re giving away 50 AI DevSummit OPEN passes (a $100 value) here. Get yours today.](https://www.devnetwork.com/invited-registration/?event=AI%20DevSummit%202024&c=PostgresML&img1=https%3A%2F%2Fmms.businesswire.com%2Fmedia%2F20231109984513%2Fen%2F1938432%2F22%2FPostgresML_Logo.jpg&utm_source=feathr&utm_medium=sponsor&utm_campaign=PostgresML&discount=PostgresML&type=sponsor)

!!!

</div>


Our own Silas Marvin will be hosting a session about performing retrieval augmented generation (RAG) with our JS and Python SDKs. Our senior team will also be at our booth at all hours to get to know you, talk shop, and answer any questions you may have about PostgresML, RAG, machine learning, or all the sweet merch we’ll have on deck.

If you’d like some 1:1 time with our team at the conference you can [contact us here](https://postgresml.org/contact) or on Discord. We’d be happy to prep something special for you.

So, why sit on the sidelines when you could be right in the thick of it, soaking up knowledge, making connections, and maybe even stumbling upon your next big breakthrough? Clear your schedule, grab your ticket, and get ready to geek out with us at [AI DevSummit](https://aidevsummit.co/).

See you there!
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class extends Controller {
initialize() {
this.paused = false;
this.runtime = 0;
this.times = 1;
this.times = 0;
}

connect() {
Expand Down
11 changes: 11 additions & 0 deletions pgml-dashboard/static/css/scss/layout/_containers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,14 @@
margin-left: $left-nav-w-collapsed
}
}

#ai-dev-summit-tip-container {
.admonition-title {
display: none
}

.admonition-tip {
padding: 1.75rem;
text-align: center;
}
}