AndrewVeee / nucleo-ai

An AI assistant beyond the chat box.
Apache License 2.0
315 stars 29 forks source link

Disable chromadb telemetry #3

Closed AndrewVeee closed 8 months ago

AndrewVeee commented 9 months ago

https://docs.trychroma.com/telemetry

AndrewVeee commented 9 months ago

Added this line to start.sh: export ANONYMIZED_TELEMETRY=False

I tried using Chroma's Settings() object to set it, but it wasn't letting me specify the db path, so used this method instead.

AndrewVeee commented 8 months ago

I think this is working - following their docs. So closing this.