Datasets:
Update README.md with detailed information about project features and installation instructions.
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ size_categories:
|
|
| 10 |
|
| 11 |
# `wikipedia_en`
|
| 12 |
|
| 13 |
-
This is a curated Wikipedia English dataset for use with the [
|
| 14 |
|
| 15 |
## Dataset Details
|
| 16 |
|
|
@@ -48,7 +48,7 @@ Based on the [wikipedia dumps](https://dumps.wikimedia.org/). Please check this
|
|
| 48 |
|
| 49 |
## Prerequisite
|
| 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 run it use our [Docker image](), or build your [own image]().
|
| 54 |
|
|
@@ -58,12 +58,12 @@ Ensure extensions are enabled, connect to the database using the psql, and run t
|
|
| 58 |
CREATE EXTENSION IF NOT EXISTS vchord CASCADE;
|
| 59 |
CREATE EXTENSION IF NOT EXISTS pg_search CASCADE;
|
| 60 |
```
|
| 61 |
-
|
| 62 |
## Uses
|
| 63 |
|
| 64 |
This dataset is available for a wide range of applications.
|
| 65 |
|
| 66 |
-
Here is a demo of how to use the dataset with [
|
| 67 |
|
| 68 |
### Create the metadata and chunking tables in PostgreSQL
|
| 69 |
|
|
@@ -146,6 +146,6 @@ CREATE INDEX IF NOT EXISTS ts_wikipedia_en_embed_vector_null_index ON ts_wikiped
|
|
| 146 |
SELECT vchordrq_prewarm('ts_wikipedia_en_embed_vector_index');
|
| 147 |
```
|
| 148 |
|
| 149 |
-
### Query with
|
| 150 |
|
| 151 |
-
Click this link to learn how to query the dataset with [
|
|
|
|
| 10 |
|
| 11 |
# `wikipedia_en`
|
| 12 |
|
| 13 |
+
This is a curated Wikipedia English dataset for use with the [II-Commons](https://github.com/Intelligent-Internet/II-Commons) project.
|
| 14 |
|
| 15 |
## Dataset Details
|
| 16 |
|
|
|
|
| 48 |
|
| 49 |
## Prerequisite
|
| 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 run it use our [Docker image](), or build your [own image]().
|
| 54 |
|
|
|
|
| 58 |
CREATE EXTENSION IF NOT EXISTS vchord CASCADE;
|
| 59 |
CREATE EXTENSION IF NOT EXISTS pg_search CASCADE;
|
| 60 |
```
|
| 61 |
+
|
| 62 |
## Uses
|
| 63 |
|
| 64 |
This dataset is available for a wide range of applications.
|
| 65 |
|
| 66 |
+
Here is a demo of how to use the dataset with [II-Commons](https://github.com/Intelligent-Internet/II-Commons).
|
| 67 |
|
| 68 |
### Create the metadata and chunking tables in PostgreSQL
|
| 69 |
|
|
|
|
| 146 |
SELECT vchordrq_prewarm('ts_wikipedia_en_embed_vector_index');
|
| 147 |
```
|
| 148 |
|
| 149 |
+
### Query with II-Commons
|
| 150 |
|
| 151 |
+
Click this link to learn how to query the dataset with [II-Commons](https://github.com/Intelligent-Internet/II-Commons).
|