From e83121eee45a90795ed03adad2db9123593c966a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 5 Mar 2023 11:45:40 -0800 Subject: [PATCH] Added link to pgvector-dotnet [skip ci] --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6013b68..61dadff 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Use pgvector from any language with a Postgres client Language | Libraries / Examples --- | --- C++ | [pgvector-cpp](https://github.com/pgvector/pgvector-cpp) +C# | [pgvector-dotnet](https://github.com/pgvector/pgvector-dotnet) Elixir | [pgvector-elixir](https://github.com/pgvector/pgvector-elixir) Go | [pgvector-go](https://github.com/pgvector/pgvector-go) Java, Scala | [pgvector-java](https://github.com/pgvector/pgvector-java)