We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed49e5 commit b255207Copy full SHA for b255207
1 file changed
paradedb/README.md
@@ -37,11 +37,8 @@ conn = psycopg2.connect(
37
38
## ParadeDB Features
39
40
-ParadeDB includes several powerful extensions:
41
-
42
-- **pg_search**: Full-text search with BM25 ranking
43
-- **pg_analytics**: DuckDB-powered analytics for OLAP workloads
44
-- **pg_lakehouse**: Query data lakes (S3, Delta Lake, Iceberg) directly
+ParadeDB includes the **pg_search** extension, for both search and
+analytics workloads.
45
46
Example using pg_search:
47
```sql
0 commit comments