Skip to content

Commit faadf28

Browse files
add link to repo (#4622)
1 parent a0537bf commit faadf28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

use-timescale/extensions/pg-textsearch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import IntegrationPrereqs from "versionContent/_partials/_integration-prereqs.md
1212
# Optimize full text search with BM25
1313

1414
$PG full-text search at scale consistently hits a wall where performance degrades catastrophically.
15-
$COMPANY's pg_textsearch brings modern [BM25][bm25-wiki]-based full-text search directly into $PG,
15+
$COMPANY's [pg_textsearch][pg_textsearch-github-repo] brings modern [BM25][bm25-wiki]-based full-text search directly into $PG,
1616
with a memtable architecture for efficient indexing and ranking. `pg_textsearch` integrates seamlessly with SQL and
1717
provides better search quality and performance than the $PG built-in full-text search.
1818

@@ -334,3 +334,5 @@ These limitations will be addressed in upcoming releases with disk-based segment
334334
[connect-using-psql]: /integrations/:currentVersion:/psql/#connect-to-your-service
335335
[recip-rank-fusion]: https://en.wikipedia.org/wiki/Mean_reciprocal_rank
336336
[pg-vectorscale]: /ai/:currentVersion:/sql-interface-for-pgvector-and-timescale-vector/#installing-the-pgvector-and-pgvectorscale-extensions
337+
[pg_textsearch-github-repo]: https://github.com/timescale/pg_textsearch
338+

0 commit comments

Comments
 (0)