You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we refactored chatbot-rag-app, we started with local ENV. That said, many folks use ES cloud. We should add support in code and env.example for ES cloud connections, including opentelemetry setup.
Ideally, this can use canonical ENV variables used in other elastic tools, without us having to hard code if statements about cloud vs not. That said, I'm not sure if elasticsearch-py supports that at the moment.
The text was updated successfully, but these errors were encountered:
@xeraa Agree on the main app. This is more about the opentelemetry part, to make README or env.example comments of what to do when you are using Elastic cloud (for APM).
When we refactored chatbot-rag-app, we started with local ENV. That said, many folks use ES cloud. We should add support in code and env.example for ES cloud connections, including opentelemetry setup.
Ideally, this can use canonical ENV variables used in other elastic tools, without us having to hard code if statements about cloud vs not. That said, I'm not sure if elasticsearch-py supports that at the moment.
The text was updated successfully, but these errors were encountered: