-
Notifications
You must be signed in to change notification settings - Fork 15
Getting started, LLMs and Config updates #107
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please apply remarks
Signed-off-by: sabinaptas <[email protected]>
4. **Ask questions**: Request specific implementation help | ||
1. Get the documentation from [karafka.io/llms.txt](https://karafka.io/llms.txt) | ||
2. Copy the complete llms.txt content. | ||
3. Paste the itllms.txt content into chat. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we have the same '''text example '''text here, like in the previous setup method?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exactly the same phrasing? pleae paste in this comment what I should insert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You cannot insert whole "https://karafka.io/llms.txt" content here. The reasons why it is a link are:
- it may change over time
- it is a system prompt that is too big to be placed here directly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should do it imho:
Paste the the llms.txt content into the chat window.
- kafka scoped `librdkafka` options - options related to [librdkafka](Librdkafka-Configuration) | ||
|
||
To apply all those configuration options, you need to use the ```#setup``` method from the `Karafka::App` class: | ||
To apply these configuration options, use the ```#setup``` method from the `Karafka::App` class: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To apply these configuration options, use the #setup
method from the Karafka::App
class:
Is that the first step in the procedure? Is it 1-step procedure for configuration (both option groups)?
Where is it performed? The setup method?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to apply the configuration options mentioned above. It is part of the karafka.rb
file
No description provided.