From 5f5950e6e314a35129f2768a95166ca4a1887623 Mon Sep 17 00:00:00 2001 From: Stuart Cam Date: Wed, 8 May 2024 16:27:53 +1000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 427ef3e..bece344 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# .NET gRPC client for Pinecone vector database +[](https://searchpioneer.com/) + +Learn more about our services and expertise: [https://searchpioneer.com/](https://searchpioneer.com/) + +# Pinecone .NET client A .NET gRPC client for [Pinecone vector database](https://www.pinecone.io/). @@ -36,4 +40,4 @@ public class Program client.DescribeIndexStats(new DescribeIndexStatsRequest()); } } -``` \ No newline at end of file +```