Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita9148da

Browse files
committed
Cleanup first paragraph
1 parent068af92 commita9148da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎pgml-cms/blog/semantic-search-in-postgres-in-15-minutes.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ June 15, 2024
2020

2121
##What is and is not Semantic Search
2222

23-
Semantic searchis a new form ofmachine learningpowered search that doesn’t rely on any form of keyword matching, but transforms text into embeddingsandperforms nearest neighborssearch.
23+
Semantic searchusesmachine learningto understand the meaning of text by converting it into numerical vectors, allowing for more accurateandcontext-awaresearch results.
2424

25-
It is not a complete replacement for fulltext search. In many cases fulltext searchis capable of outperformingsemantic search. Specifically, if a user knows the exact phrasein a documentthey want to match, fulltext search is faster and guaranteed to return the correct result while semantic search is only likely to return the correct result. Fulltext search and semantic search can be combined to create powerful and robust search systems.
25+
It is not a complete replacement for full-text search. In many cases, full-text searchcan outperformsemantic search. Specifically, if a user knows the exact phrase they want to match in a document, full-text search is faster and guaranteed to return the correct result, whereas semantic search is only likely to return the correct result. Full-text search and semantic search can be combined to create powerful and robust search systems.
2626

27-
Semantic search is not just for machine learning engineers. Theactualsystem behind semantic search is relatively easy to implement and thanks to new Postgres extensions like pgml and pgvector, is readily available to SQL developers. Just asit is expected formodern SQL developers to be familiar with and capable of implementing fulltext search,soon SQL developerswill be expected to implement semantic search.
27+
Semantic search is not just for machine learning engineers. The system behind semantic search is relatively easy to implement, and thanks to new Postgres extensions like pgml and pgvector,itis readily available to SQL developers. Just as modern SQL developersare expectedto be familiar with and capable of implementing full-text search,theywillsoonbe expected to implement semantic search as well.
2828

2929
##Embeddings 101
3030

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp