elasticsearch-labs icon indicating copy to clipboard operation
elasticsearch-labs copied to clipboard

chatbot-rag-app: re-introduce ES cloud configuration

Open codefromthecrypt opened this issue 9 months ago • 4 comments

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.

codefromthecrypt avatar Jan 17 '25 07:01 codefromthecrypt