Skip to content

Commit fcf19ac

Browse files
fix: update naming
1 parent 02bc99d commit fcf19ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ This repository contains a Python application that utilizes DuckDB as a backend
1616
### Installation
1717
1. Clone the repository:
1818
```sh
19-
git clone https://github.com/patricktrainer/hackernews-comment-search.git
19+
git clone https://github.com/patricktrainer/duckdb-embedding-search.git
2020
```
2121

2222
2. Navigate to the repository directory:
2323
```sh
24-
cd hackernews-comment-search
24+
cd duckdb-embedding-search
2525
```
2626
3. Install required packages:
2727
```sh
@@ -54,7 +54,6 @@ The most similar comments returned by the application (abbreviated for brevity):
5454
> similarity: 0.796911347299464
5555
5656

57-
5857
## Architecture
5958

6059
### Modules

0 commit comments

Comments
 (0)