🚀 Installation

🚀 Installation#

The latest release of RAGoon can be installed from PyPI using:

pip install ragoon

You may also install directly from GitHub, using the following command. This can be used to obtain the most recent version of RAGoon:

pip install git+git://github.com/louisbrulenaudet/ragoon.git

Note that RAGoon is built on top of sentence-transformers and FAISS. See here for instructions on installing sentence-transformers.