Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ Based on the [wikipedia dumps](https://dumps.wikimedia.org/). Please check this
|
|
50 |
|
51 |
PostgreSQL 17 with extensions: [vectorchord](https://github.com/tensorchord/VectorChord) and [pg_search](https://github.com/paradedb/paradedb/tree/dev/pg_search)
|
52 |
|
53 |
-
The easiest way is to use our [Docker image](), or build your
|
54 |
|
55 |
Ensure extensions are enabled, connect to the database using the psql, and run the following SQL:
|
56 |
|
|
|
50 |
|
51 |
PostgreSQL 17 with extensions: [vectorchord](https://github.com/tensorchord/VectorChord) and [pg_search](https://github.com/paradedb/paradedb/tree/dev/pg_search)
|
52 |
|
53 |
+
The easiest way is to use our [Docker image](https://github.com/Intelligent-Internet/II-Commons/tree/main/examples/db), or build your own. Then load the [psql_basebackup](https://huggingface.co/datasets/Intelligent-Internet/wikipedia_en/tree/psql_basebackup) branch, following the [Quick Start](https://github.com/Intelligent-Internet/II-Commons?tab=readme-ov-file#quick-start)
|
54 |
|
55 |
Ensure extensions are enabled, connect to the database using the psql, and run the following SQL:
|
56 |
|