Getting Started
Let's discover dRAGon in less than 5 minutes.
dRAGon Startup Guide
dRAGon lacks of authentication and authorization mechanisms. It is not recommended to expose it to the internet or unsafe networks. These mechanisms will be implemented in a near future.
dRAGon is still in active development stage and may contain bugs or incomplete features. No smooth upgrade path is guaranteed between versions. Can be broken at any time.
1. Launch
The best way to run dRAGon is to use Docker. If you want to run it without Docker, you can use Gradle and follow dRAGon Development Mode.
/data
and /documents
are optional volumes to mount. You can mount any directory you want!
/data
is used to store the dRAGon database and settings. If you want to keep your data between reboots, you should mount this volume./documents
is used here to store the documents to be indexed inside the vector store (eg. by using FileSystem Ingestor).
2. Access
Open your browser and go to http://localhost:1985.
3. Configure
This section lacks useful information. It is a work in progress and will be updated soon.
Last updated