Skip to content

Commit e0817b9

Browse files
add dev summit blog post (#1470)
1 parent 4c52bc9 commit e0817b9

File tree

6 files changed

+58
-1
lines changed

6 files changed

+58
-1
lines changed
1.45 MB
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+
* [meet-us-at-the-2024-ai-dev-summit-conference](meet-us-at-the-2024-ai-dev-summit-conference.md "mention")
78
* [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")
89
* [speeding-up-vector-recall-5x-with-hnsw.md](speeding-up-vector-recall-5x-with-hnsw.md "mention")
910
* [how-to-improve-search-results-with-machine-learning.md](how-to-improve-search-results-with-machine-learning.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+
* [meet-us-at-the-2024-ai-dev-summit-conference](meet-us-at-the-2024-ai-dev-summit-conference.md)
45
* [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)
56
* [Speeding up vector recall 5x with HNSW](speeding-up-vector-recall-5x-with-hnsw.md)
67
* [How-to Improve Search Results with Machine Learning](how-to-improve-search-results-with-machine-learning.md)
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
featured: true
3+
tags:
4+
- marketing
5+
description: Meet us at AI DevSummit in South San Francisco May 29-30
6+
image: ".gitbook/assets/image/ai_dev_summit.png"
7+
---
8+
9+
# Meet us at AI DevSummit in South San Francisco May 29-30
10+
11+
<div align="left">
12+
13+
<figure><img src=".gitbook/assets/image.png" alt="Author" width="100"><figcaption></figcaption></figure>
14+
15+
</div>
16+
17+
Cassandra Stumer
18+
19+
May 16, 2024
20+
21+
Excitement is brewing as the [AI DevSummit](https://aidevsummit.co/) approaches, and this year, PostgresML is thrilled to be part of the action!
22+
23+
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.
24+
25+
<div id="ai-dev-summit-tip-container">
26+
27+
!!! tip
28+
29+
<p class="h3">Get a free pass on us</p>
30+
31+
[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)
32+
33+
!!!
34+
35+
</div>
36+
37+
38+
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.
39+
40+
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.
41+
42+
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/).
43+
44+
See you there!

pgml-dashboard/src/components/carousel/carousel_controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default class extends Controller {
1010
initialize() {
1111
this.paused = false;
1212
this.runtime = 0;
13-
this.times = 1;
13+
this.times = 0;
1414
}
1515

1616
connect() {

pgml-dashboard/static/css/scss/layout/_containers.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,14 @@
168168
margin-left: $left-nav-w-collapsed
169169
}
170170
}
171+
172+
#ai-dev-summit-tip-container {
173+
.admonition-title {
174+
display: none
175+
}
176+
177+
.admonition-tip {
178+
padding: 1.75rem;
179+
text-align: center;
180+
}
181+
}

0 commit comments

Comments
 (0)