From 8b3a5988eeea6300a83804ed7cbec3ea50678b5b Mon Sep 17 00:00:00 2001 From: Sanchit Vijay Date: Wed, 24 Apr 2024 16:28:26 -0400 Subject: [PATCH] added docs and cookbooks url --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e9eec40..fcc9189 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ![Static Badge](https://img.shields.io/badge/codestyle-pyflake-purple?labelColor=white) ![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/arjbingly/Capstone_5) +[![Static Badge][Documentation-badge]][Docuementation-url] +[![Static Badge][Cookbooks-badge]][Cookbooks-url] [GRAG](https://arjbingly.github.io/Capstone_5/) is a simple python package that provides an easy end-to-end solution for implementing Retrieval Augmented Generation (RAG). @@ -88,3 +90,9 @@ Since Chroma is a server-client based vector database, make sure to run the serv For more information refer to [Documentation](https://arjbingly.github.io/Capstone_5/). + + +[Documentation-badge]: https://img.shields.io/badge/Documentation-red.svg?style=for-the-badge +[Docuementation-url]: https://arjbingly.github.io/Capstone_5/ +[Cookbooks-badge]: https://img.shields.io/badge/Cookbooks-blue?style=for-the-badge +[Cookbooks-url]: https://arjbingly.github.io/Capstone_5/auto_examples_index.html