File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
docs/getting-started/example-datasets Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 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'
33sidebar_label : ' Hacker News Vector Search dataset'
44slug : /getting-started/example-datasets/hackernews-vector-search-dataset
55title : ' Hacker News Vector Search dataset'
@@ -64,7 +64,6 @@ INSERT INTO hackernews SELECT * FROM s3('https://clickhouse-datasets.s3.amazonaw
6464```
6565
6666The 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
109108embedding vectors using `sentence_transformers1 Python package. The search embedding vector
110109is then passed as an argument to the [ ` cosineDistance() ` ] ( /sql-reference/functions/distance-functions#cosineDistance ) function in the ` SELECT ` query.
111110
112-
113111``` python
114112from sentence_transformers import SentenceTransformer
115113import sys
You can’t perform that action at this time.
0 commit comments