diff --git a/.all-contributorsrc b/.all-contributorsrc index e893f2f8..c9e26ffd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -156,6 +156,17 @@ "contributions": [ "code" ] + }, + { + "login": "vikhyat90", + "name": "vikhyat90", + "avatar_url": "https://avatars.githubusercontent.com/u/9795857?v=4", + "profile": "https://github.com/vikhyat90", + "contributions": [ + "infra", + "test", + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 41c80e11..3274290f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License: MIT](https://img.shields.io/github/license/tryAGI/LangChain)](https://github.com/tryAGI/LangChain/blob/main/LICENSE) [![Discord](https://img.shields.io/discord/1115206893015662663?label=Discord&logo=discord&logoColor=white&color=d82679)](https://discord.gg/Ca2xhfBf3v) -[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-15-orange.svg?style=flat-square)](#contributors-) ⚡ Building applications with LLMs through composability ⚡ @@ -111,6 +111,9 @@ Console.WriteLine($"Embeddings usage: {embeddings.Usage}"); // Print usage and