mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
Add basic structure of the common-datasets section
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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>
|
||||||
Reference in New Issue
Block a user