Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrean committed Jan 16, 2024
1 parent a07cb2b commit 68fdb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3461,6 +3461,7 @@ The model will be loaded via a GenServer.
We instantiate the Index struct via a file needed by HNSWLib in another GenServer. We endow the vector space with a _cosine_ pseudo-metric. When the app starts, we either read the existing file or create a new one.

```elixir
# /lib/app/knn_index.ex
defmodule App.KnnIndex do
use GenServer

Expand Down

0 comments on commit 68fdb0c

Please sign in to comment.