ragie-python
Ragie provides an idiomatic python SDK to access the Ragie API from your python applications. All functionality provided by the API is available in the SDK.
Getting started
Install the ragie python package with your preferred package manager.
pip install ragie
poetry add ragie
Once installed follow the links below for detailed documentation.
Helpful links
- PyPI Package: https://pypi.org/project/ragie/
- Project Homepage: https://github.com/ragieai/ragie-python
Reference app
We've created a simple reference app that uploads a document and and retrieves chunks from it using the ragie-python SDK. It can be a good starting point to learn how to use the SDK.
- Reference app: https://github.com/ragieai/ragie-python-ref-app
Support
If you have any issues we'd love to help. The best way to get in touch is through our discord server. You can also email us at [email protected] or file a github issue.
Updated 3 months ago