Hi everyone!
I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the appwrite/embedding container/service running.
Is there a recommended way to safely disable or turn off this specific service in the .env or docker-compose.yml file to save some resources?
Thanks in advance for the help!
embedding features are not fully released (VectorDB) so you can disable the postgres as well
if you want you can add profile (profiles: [disabled]) to the services
or remove the service completly
then compose down and up your instance and it shouldn't be there anymore
(iirc to start everything, with the disabled profiles services run docker compose --profiles disabled up if you don't provide the profile, it won't start)
Thank you 🙂
Recommended threads
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...
- Active Running Project Deletion Alert Em...
Hi , I received an email alert from Appwrite today stating “your project will be deleted within 14 days if no action is taken,” though I have been actively usin...