Denis Samuylov

Results 9 comments of Denis Samuylov

I would highly appreciate if somebody could provide any feedback on this issue.

I found a work around though reading the username and password from secrets: ```yaml grafana: envValueFrom: GF_SMTP_USER: secretKeyRef: name: smtp-secret key: username GF_SMTP_PASSWORD: secretKeyRef: name: smtp-secret key: password ``` However,...

Completely agree with it! Hopefully we can get an answer from the maintainers of the repository on how to address it.

Hi @rwynn, I am having a similar issue. I basically start MongoDB, Elasticsearch and Monstache with separate commands, and I do not specify any network in docker-compose.yml. So the 3...

Ok, I figured it out. Just for other people for the future, this is the answer that helped me to understand the issue: https://stackoverflow.com/questions/53887738/server-selection-timeout-error-mongodb-go-driver-with-docker Basically, you cannot use `localhost` in...

Voting up, this feature would be really valuable to have to track costs for computing embeddings and executing vector store operations.

@ajfriesen did you manage to resolve this issue? I am looking into it again, and I would highly appreciate if you could share your status on it.

This is exactly the workaround that I use. It works, but then you need to do it in every API endpoint which adds quite a lot of duplicated lines in...