quarkus-tutorial icon indicating copy to clipboard operation
quarkus-tutorial copied to clipboard

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

Open eldermoraes opened this issue 10 months ago • 4 comments

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

eldermoraes avatar Apr 17 '24 13:04 eldermoraes

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.

kdubois avatar Apr 17 '24 14:04 kdubois

Thank you for your comments, @kdubois !

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

eldermoraes avatar Apr 17 '24 14:04 eldermoraes

should be valid for both!

kdubois avatar Apr 17 '24 14:04 kdubois

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

eldermoraes avatar Apr 26 '24 15:04 eldermoraes

@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

kdubois avatar May 06 '24 22:05 kdubois

Not at all, @kdubois ! Thank you.

eldermoraes avatar May 08 '24 20:05 eldermoraes