Add basic structure of the common-datasets section

This commit is contained in:
Kacper Łukawski
2023-06-05 13:11:48 +02:00
parent 646266bfc0
commit 3a3ad3d093
3 changed files with 62 additions and 0 deletions
+9
View File
@@ -158,6 +158,15 @@ keywords = "search engine, vector database, neural network, matching, filter, Sa
[menu.main.params] [menu.main.params]
external = true external = true
[[menu.main]]
identifier = "datasets"
name = "Datasets"
weight = 8
parent = "resources"
url = "/datasets/"
[menu.main.params]
external = false
[[menu.main]] [[menu.main]]
identifier = "community" identifier = "community"
name = "Community" name = "Community"
+11
View File
@@ -0,0 +1,11 @@
---
title: Common Datasets
description: Ready snapshots of some standard datasets which you can easily import into Qdrant.
keywords:
- embeddings
- vector embeddings
- vectors
- precomputed embeddings
- datasets
- dataset snapshots
---
@@ -0,0 +1,42 @@
---
draft: false
id: 1
title: Common datasets snapshots
weight: 1
---
Understanding that creating embeddings every time can be a resource-intensive task, we have
devised a more efficient solution for you. In this section, we will regularly publish
snapshots of common public datasets often used for demonstration purposes. These snapshots
contain pre-computed vectors, critical for semantic search, that you can easily import
into your Qdrant instance. Our objective is to streamline your process and accelerate your
progress. Say goodbye to redundant operations and harness the power of Qdrant with a simple
snapshot import.
<table>
<thead>
<tr>
<th>Dataset</th>
<th></th>
<th>Model</th>
<th>Dimensionality</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<th>Arxiv.org</th>
<th>Only titles</th>
<td>InstructorXL</td>
<td>768</td>
<td>https://storage.googleapis.com/common-datasets-snapshots/arxiv_titles-3083016565637815127-2023-05-29-13-56-22.snapshot</td>
</tr>
<tr>
<th>Arxiv.org</th>
<th>Only abstracts</th>
<td>InstructorXL</td>
<td>768</td>
<td>https://storage.googleapis.com/common-datasets-snapshots/arxiv_abstracts-3083016565637815127-2023-06-02-07-26-29.snapshot</td>
</tr>
</tbody>
</table>