Skip to content

Commit 5468746

Browse files
committed
style checks
1 parent 30303e0 commit 5468746

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/getting-started/example-datasets/hacker-news-vector-search.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: 'Dataset containing 28+ million Hacker News postings & their vector embeddings
2+
description: 'Dataset containing 28+ million Hacker News postings & their vector embeddings'
33
sidebar_label: 'Hacker News Vector Search dataset'
44
slug: /getting-started/example-datasets/hackernews-vector-search-dataset
55
title: 'Hacker News Vector Search dataset'
@@ -64,7 +64,6 @@ INSERT INTO hackernews SELECT * FROM s3('https://clickhouse-datasets.s3.amazonaw
6464
```
6565

6666
The loading of 28.74 million rows into the table will take a few minutes.
67-
```
6867

6968
### Build a vector similarity index {#build-vector-similarity-index}
7069

@@ -109,7 +108,6 @@ An example Python script is provided below to demonstrate how to programmaticall
109108
embedding vectors using `sentence_transformers1 Python package. The search embedding vector
110109
is then passed as an argument to the [`cosineDistance()`](/sql-reference/functions/distance-functions#cosineDistance) function in the `SELECT` query.
111110

112-
113111
```python
114112
from sentence_transformers import SentenceTransformer
115113
import sys

0 commit comments

Comments
 (0)