Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
codefromthecrypt opened this issue Jan 17, 2025 · 2 comments
Open

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

codefromthecrypt opened this issue Jan 17, 2025 · 2 comments

Comments

@codefromthecrypt
Copy link
Contributor

codefromthecrypt commented Jan 17, 2025

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.

@xeraa
Copy link

xeraa commented Jan 24, 2025

Why does this have to be Cloud specific? Won't the ELASTICSEARCH_URL (or whatever you're using) work locally as well as in any other environment?

@codefromthecrypt
Copy link
Contributor Author

@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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants