Skip to content

Added blog post semantic search in postgres in 15 minutes #1535

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 21 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
18f8f44
Preliminary draft of semantic search in postgres in 15 minutes
SilasMarvin Jun 11, 2024
00bd75d
Cleanups
SilasMarvin Jun 12, 2024
068af92
Ready for review
SilasMarvin Jun 14, 2024
a9148da
Cleanup first paragraph
SilasMarvin Jun 17, 2024
3e0fa33
A few suggestions (#1536)
levkk Jun 17, 2024
c71fcd2
Add reason on why to use semantic search
SilasMarvin Jun 17, 2024
9b6e75f
Clean up spelling errors
SilasMarvin Jun 17, 2024
b451c9b
Fix more small spelling errors
SilasMarvin Jun 17, 2024
d418deb
Finish timings
SilasMarvin Jun 18, 2024
84872ac
Update pgml-cms/blog/semantic-search-in-postgres-in-15-minutes.md
SilasMarvin Jun 18, 2024
1686f93
Update pgml-cms/blog/semantic-search-in-postgres-in-15-minutes.md
SilasMarvin Jun 18, 2024
b2b9d88
Update pgml-cms/blog/semantic-search-in-postgres-in-15-minutes.md
SilasMarvin Jun 18, 2024
b8766bd
Update pgml-cms/blog/semantic-search-in-postgres-in-15-minutes.md
SilasMarvin Jun 18, 2024
4574183
Update pgml-cms/blog/semantic-search-in-postgres-in-15-minutes.md
SilasMarvin Jun 18, 2024
4db2149
Update pgml-cms/blog/semantic-search-in-postgres-in-15-minutes.md
SilasMarvin Jun 18, 2024
68368e2
Update pgml-cms/blog/semantic-search-in-postgres-in-15-minutes.md
SilasMarvin Jun 18, 2024
af8dd3e
Convert italics back to backticks
SilasMarvin Jun 18, 2024
2c156ae
Remove hnsw link out
SilasMarvin Jun 18, 2024
faf0be1
Alude to arrays
SilasMarvin Jun 18, 2024
27445f5
Finalize post
SilasMarvin Jun 18, 2024
427f77f
Merge branch 'master' into silas-semantic-search-in-postgres-in-15-mi…
SilasMarvin Jun 18, 2024
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
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/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Table of contents

* [Home](README.md)
* [Semantic Search in Postgres in 15 Minutes](semantic-search-in-postgres-in-15-minutes.md)
* [Unified RAG](unified-rag.md)
* [Announcing the Release of our Rust SDK](announcing-the-release-of-our-rust-sdk.md)
* [Serverless LLMs are dead; Long live Serverless LLMs](serverless-llms-are-dead-long-live-serverless-llms.md)
Expand Down
Loading