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

Add Java LangChain4j AI workshop #475

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/src/data/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export type TagType =
| "kernelmemory"
| "promptengineering"
| "rag"
| "langchain4j"
| "featureExperimentation"
| "featuremanagement"
| "go"
Expand Down Expand Up @@ -409,6 +410,11 @@ export const Tags: { [type in TagType]: Tag } = {
description: "Template architecture uses Retrieval-Augmented Generation",
type: "Framework",
},
langchain4j: {
label: "LangChain4j",
description: "Template architecture uses LangChain4j framework",
type: "Framework",
},

// ---- Platform
kubernetes: {
Expand Down
22 changes: 22 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -2691,5 +2691,27 @@
"openai",
"new"
]
},
{
"title": "Azure OpenAI RAG with Java, LangChain4j and Quarkus",
"description": "Create a Java service using Quarkus, OpenAI SDK, and LangChain4j to build a chatbot that answers questions based on document data, with a website interface for API interaction.",
"preview": "./templates/images/rag-java-quarkus-langchain4j.png",
"website": "https://github.com/Azure-Samples",
"author": "Sandra Ahlgrimm",
"source": "https://github.com/Azure-Samples/azure-openai-rag-workshop-java",
"tags": [
"java",
"quarkus",
"aca",
"managedidentity",
"bicep",
"msft",
"openai",
"new",
"langchain4j",
"rag",
"monitor",
"loganalytics"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading