atljoseph

Results 120 comments of atljoseph

It would be nice to be able to set Admin user through ENV Vars, or at least have the option to.

OK, this worked grrrrreat!!!! The `render` image tag worked as expected. Final product: ``` --- apiVersion: v1 kind: PersistentVolume metadata: name: anything-llm-volume annotations: pv.beta.kubernetes.io/uid: "1000" pv.beta.kubernetes.io/gid: "1000" spec: storageClassName: gp2...

Getting an error and empty scrren when visiting LLM Preferences from Settings.

All other screens function. Not ure why this one wouldn't. Maybe because it is the one I need LOL.

I think this needs a way for Admin to reset everything from the frontend.

> You can also just rm -rf /host/storage/anythingllm.db && touch /host/storage/anythingllm.db to delete and recreate an empty db Did that... All the chat workspaces were cleared out... - But on...

Thank you sir. Will try that tomorrow! On Tue, May 21, 2024 at 10:34 PM Timothy Carambat ***@***.***> wrote: > @atljoseph that ENV error is because in > > env:...

Worked. Everything above in my last message with k8s manifest (minus VECTOR_DB) worked as expected, especially after removing that env var.

Yo. It’s working fine for me. On Sun, Jun 23, 2024 at 6:05 PM Timothy Carambat ***@***.***> wrote: > @reefland some commentary > > In your templates readinessProbe and livenessProbe...