Update README.md
Browse files
README.md
CHANGED
|
@@ -1,11 +1,25 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# Overture
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|