Installation

You can simply use pip to install RAGchain

pip install RAGchain

If you get error when installing RAGchain, try to install torch before installing RAGchain. Please follow official installation from torch page.

Windows

In windows, you can get some error after installation. When you get error, try to install below packages.

pip install pybind11 cffi

Last updated