Last updated 1 year ago
You can simply use pip to install RAGchain
If you get error when installing RAGchain, try to install torch before installing RAGchain. Please follow official installation from .
In windows, you can get some error after installation. When you get error, try to install below packages.
pip install RAGchain
pip install pybind11 cffi