Skip to content

Commit

Permalink
Merge pull request #100 from arjbingly/sanchitvj-patch-1
Browse files Browse the repository at this point in the history
added docs and cookbooks url
  • Loading branch information
arjbingly authored Apr 24, 2024
2 parents 55fb23a + 8b3a598 commit 19c0f0f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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

0 comments on commit 19c0f0f

Please sign in to comment.