Skip to content

Commit

Permalink
Updated links [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jan 4, 2024
1 parent 800370d commit ba334d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Follow the instructions for your database library:

Or check out an example:

- [Embeddings](tests/Pgvector.CSharp.Tests/OpenAITests.cs) with OpenAI
- [Embeddings](https://github.com/pgvector/pgvector-dotnet/blob/master/tests/Pgvector.CSharp.Tests/OpenAITests.cs) with OpenAI

## Npgsql (C#)

Expand Down Expand Up @@ -96,7 +96,7 @@ await using (var cmd = new NpgsqlCommand("CREATE INDEX ON items USING ivfflat (e

Use `vector_ip_ops` for inner product and `vector_cosine_ops` for cosine distance

See a [full example](https://github.com/pgvector/pgvector-dotnet/blob/master/tests/Pgvector.Tests/NpgsqlTests.cs)
See a [full example](https://github.com/pgvector/pgvector-dotnet/blob/master/tests/Pgvector.CSharp.Tests/NpgsqlTests.cs)

## Dapper

Expand Down

0 comments on commit ba334d7

Please sign in to comment.