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

Updates chatbot-rag-app and simplifies instructions #362

Merged
merged 5 commits into from
Dec 19, 2024

Conversation

codefromthecrypt
Copy link
Contributor

This updates chatbot-rag-app to the latest libraries and simplifies instructions by delegating details of configuration to the .env file.

This also works around problems we found in DEBUG mode, by using production mode regardless of task. Doing so notably will allow tracing to work in the future.

Efforts here were thanks to many, despite me raising it, notably @joemcelroy @ezimuel @xrmx and @anuraaga

This updates chatbot-rag-app to the latest libraries and simplifies
instructions by delegating details of configuration to the .env file.

This also works around problems we found in DEBUG mode, by using
production mode regardless of task. Doing so notably will allow
tracing to work in the future.

Efforts here were thanks to many, despite me raising it, notably
@joemcelroy @ezimuel @xrmx and @anuraaga

Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>
Signed-off-by: Adrian Cole <[email protected]>
@joemcelroy
Copy link
Member

joemcelroy commented Dec 19, 2024

Changes look great overall - one small request please:

Could we focus on connecting to Elasticsearch in three scenarios:

  • url only (for localhost:9200, no auth)
  • url with user / pass
  • url with api-key

Drop connecting with cloud id, we have been moving away from this for a while and unnecessary complicates the connection logic.

Im also happy to make this change if you dont have the time.

Signed-off-by: Adrian Cole <[email protected]>
@joemcelroy joemcelroy merged commit 7b538f1 into main Dec 19, 2024
2 checks passed
@joemcelroy joemcelroy deleted the update-chatbot-rag-app branch December 19, 2024 09:03
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

Successfully merging this pull request may close these issues.

3 participants