We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bc99d commit fcf19acCopy full SHA for fcf19ac
README.md
@@ -16,12 +16,12 @@ This repository contains a Python application that utilizes DuckDB as a backend
16
### Installation
17
1. Clone the repository:
18
```sh
19
- git clone https://github.com/patricktrainer/hackernews-comment-search.git
+ git clone https://github.com/patricktrainer/duckdb-embedding-search.git
20
```
21
22
2. Navigate to the repository directory:
23
24
- cd hackernews-comment-search
+ cd duckdb-embedding-search
25
26
3. Install required packages:
27
@@ -54,7 +54,6 @@ The most similar comments returned by the application (abbreviated for brevity):
54
> similarity: 0.796911347299464
55
56
57
-
58
## Architecture
59
60
### Modules
0 commit comments