-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: add blog post with demo of LLM Agents on Knative #6074
Conversation
Signed-off-by: Calum Murray <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for knative ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
The demo blog is easy to follow and explains the concept clearly! I can understand it after reading it. Please see the comment below
kubectl port-forward svc/chat-app-service 8080:8080 | ||
``` | ||
|
||
If you access http://localhost:8080 in your browser you will now be able |
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.
The link here is not clickable. If you are not intending make it clickable, then I think adding `` around the link would make more distinct and easier to distinguish with other normal text.
Signed-off-by: Calum Murray <[email protected]>
/cc @Leo6Leo |
Signed-off-by: Calum Murray <[email protected]>
Signed-off-by: Calum Murray <[email protected]>
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.
looks good!
metadata is the central concept to what we are working to build. In the next | ||
blog post we will discuss our vision for how this will evolve. If you are | ||
interested in helping us build the future of LLM Agents in the cloud, message | ||
us on Slack! |
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.
A link to the slack channel will make reader reach out easier.
Signed-off-by: Calum Murray <[email protected]>
/lgtm |
This blog continues on our explanation of LLM Agents with knative, giving a concrete example of how to call new tools from an LLM without redeploying it.