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

chore(examples): add basic RAG workflow configuration #3489

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

StanGirard
Copy link
Collaborator

  • Added a new file basic_rag_workflow.yaml to the examples/chatbot directory.
  • Configured a standard RAG workflow with multiple nodes and edges.
  • Set the maximum number of previous conversation iterations to include in the answer context.
  • Added configuration for the LLM (Language Model) with maximum output tokens and temperature.

Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context.

Checklist before requesting a review

Please delete options that are not relevant.

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented hard-to-understand areas
  • I have ideally added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged

Screenshots (if appropriate):

- Added a new file `basic_rag_workflow.yaml` to the `examples/chatbot` directory.
- Configured a standard RAG workflow with multiple nodes and edges.
- Set the maximum number of previous conversation iterations to include in the answer context.
- Added configuration for the LLM (Language Model) with maximum output tokens and temperature.
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Nov 19, 2024
@StanGirard StanGirard changed the title feat(chatbot): add basic RAG workflow configuration chore(examples): add basic RAG workflow configuration Nov 19, 2024
@StanGirard StanGirard merged commit 43b6962 into main Nov 19, 2024
4 checks passed
@StanGirard StanGirard deleted the feat/chatbot-examples-sources branch November 19, 2024 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant