marcelgeo commited on
Commit
fb41402
·
verified ·
1 Parent(s): 241140a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,11 +1,25 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
4
 
5
- # Overture addresses sqlite-vec vectors
6
 
7
- Database data.gpkg storing sqlite-vec vectors from overture address around Bratislava (Slovakia). Vectors are stored in table `embeddings` and spatial data used for embedding are stored in `points` table.
8
 
9
- Dataset contains just ~300000 points embedded from overture addresses dataset.
 
 
 
 
 
 
 
10
 
11
  You can use `data_initial.gpkg` for your custom embeddings.
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ - sk
8
+ size_categories:
9
+ - 100M<n<1B
10
  ---
11
 
12
+ # Overture Addresses SQLite-Vec Vectors
13
 
14
+ The database stores vec0 vectors created from Overture addresses located in Bratislava, Slovakia.
15
 
16
+ ## Database Structure
17
+
18
+ The file `data.gpkg` contains the following tables:
19
+
20
+ * `embeddings` - Vectors stored in the vec0 column.
21
+ * `points` - A spatial table used for embedding.
22
+
23
+ Embedding was performed for approximately 300,000 points from the Overture addresses dataset.
24
 
25
  You can use `data_initial.gpkg` for your custom embeddings.