Skip to content

Commit

Permalink
Merge pull request #2 from Yuan-ManX/README
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
louisbrulenaudet authored May 28, 2024
2 parents 9508023 + 3e77ac6 commit 415c86e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 415c86e

Please sign in to comment.