doc: mention PIPELINES_DIR in readme

This commit is contained in:
Petar Petrov 2024-06-04 21:05:31 +03:00 committed by GitHub
parent 06ed4bc5f2
commit 5907d13ecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,9 +101,11 @@ Once the server is running, set the OpenAI URL on your client to the Pipelines U
The `/pipelines` directory is the core of your setup. Add new modules, customize existing ones, and manage your workflows here. All the pipelines in the `/pipelines` directory will be **automatically loaded** when the server launches.
You can change this directory from `/pipelines` to another location using the `PIPELINES_DIR` env variable.
### Integration Examples
Find various integration examples in the `/pipelines/examples` directory. These examples show how to integrate different functionalities, providing a foundation for building your own custom pipelines.
Find various integration examples in the `/examples` directory. These examples show how to integrate different functionalities, providing a foundation for building your own custom pipelines.
## 🎉 Work in Progress