From 3e77ac62692edf6dac3e28c70e1d345f0ba1c6b7 Mon Sep 17 00:00:00 2001 From: Yuan-Man <68322456+Yuan-ManX@users.noreply.github.com> Date: Tue, 28 May 2024 11:31:17 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b3357dc..c1dba3f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ RAGoon is a Python library that aims to improve the performance of language mode RAGoon's core functionality revolves around the concept of few-shot learning, where language models are provided with a small set of high-quality examples to enhance their understanding and generate more accurate outputs. By curating and retrieving relevant data from the web, RAGoon equips language models with the necessary context and knowledge to tackle complex queries and generate insightful responses. +## Quick install +The reference page for RAGoon is available on the official page of PyPI: [RAGoon](https://pypi.org/project/ragoon/). + +```python +pip install ragoon +``` + ## Usage Example Here's an example of how to use RAGoon: