redhat-developer-demos / quarkus-tutorial

Quarkus Tutorial for https://dn.dev/quarkusmaster
https://redhat-developer-demos.github.io/quarkus-tutorial/
Apache License 2.0
148 stars 86 forks source link

New demos: Prompts, Chains & Memory, Agents/Tools, Embedding Documents #141

Closed eldermoraes closed 1 month ago

eldermoraes commented 2 months ago

@lordofthejars, can you check if this is a good path to follow for Quarkus IV?

kdubois commented 2 months ago

Looks like a great start to me! FYI I've been starting to remove the 'quarkus-' part from the add extensions, eg. quarkus ext add rest instead of quarkus ext add quarkus-rest. This helps with keeping the commands shorter and more readable, and the quarkus part is implicit anyway.

eldermoraes commented 2 months ago

Thank you for your comments, @kdubois !

About the extensions part, is this valid only for CLI commands or also for the Maven ones?

kdubois commented 2 months ago

should be valid for both!

eldermoraes commented 2 months ago

Just updated this PR with the new demos. Would love to hear feedback about it before proceeding with the next.

kdubois commented 2 months ago

@eldermoraes I reviewed the first prompt page and added a few tiny fixes. Somehow I was allowed to push it straight to your fork, hope you don't mind lol

eldermoraes commented 2 months ago

Not at all, @kdubois ! Thank you.