jgpruitt commited on
Commit
0a929eb
1 Parent(s): dde78c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -3,6 +3,23 @@ configs:
3
  - config_name: default
4
  data_files:
5
  - split: train
6
- path: "wiki.csv"
 
 
 
 
 
7
  ---
 
8
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - config_name: default
4
  data_files:
5
  - split: train
6
+ path: wiki.csv
7
+ license: apache-2.0
8
+ task_categories:
9
+ - text-retrieval
10
+ language:
11
+ - en
12
  ---
13
+ # wikipedia-22-12-simple-embeddings
14
 
15
+ A modified version of [Cohere/wikipedia-22-12-simple-embeddings](https://huggingface.co/datasets/Cohere/wikipedia-22-12-simple-embeddings)
16
+ meant for use with PostgreSQL with pgvector and Timescale Vector.
17
+
18
+ ## Dataset Details
19
+
20
+ This dataset was created for exploring time-based filtering and semantic search in PostgreSQL with pgvector and Timescale Vector.
21
+ This is a modified version of the [Cohere wikipedia-22-12-simple-embeddings dataset hosted on Huggingface](https://huggingface.co/datasets/Cohere/wikipedia-22-12-simple-embeddings).
22
+ It contains embeddings of [Simple English Wikipedia](https://simple.wikipedia.org/) entries.
23
+ We added synthetic data: a time column, category, and tags.
24
+ We loaded the data into a postgres table and exported it to a CSV file; therefore, the format has changed.
25
+ The original dataset is available under the Apache 2.0 license, and thus, our modified version is also subject to the Apache 2.0 license.