Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
louisbrulenaudet committed Jul 27, 2024
2 parents 2aca240 + 415c86e commit d714477
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
@@ -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:

0 comments on commit d714477

Please sign in to comment.