Skip to content

Commit 8d745e6

Browse files
committed
docs: update readme
1 parent d9f211e commit 8d745e6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
# 🤖 azure-openai-rag-workshop
22

3-
In this workshop, we will build a chatbot based on OpenAI language models and implementing the Retrieval Augmented Generation (RAG) pattern. You'll use [Fastify](https://fastify.dev) to create a [Node.js](https://nodejs.org/en/) service that leverage [OpenAI SDK](https://platform.openai.com/docs/libraries/) and [LangChain](https://js.langchain.com/) to build a chatbot that will answer questions based on a corpus of documents, as well as a website to test it.
3+
In this workshop, we will build a chatbot based on OpenAI language models and implementing the Retrieval Augmented Generation (RAG) pattern.
44
<!-- Finally, we will deploy everything on Azure with a CI/CD pipeline. -->
55

66
This workshop exists in different variants:
77

8+
#### Node.js
9+
10+
You'll use [Fastify](https://fastify.dev) to create a [Node.js](https://nodejs.org/en/) service that leverage [OpenAI SDK](https://platform.openai.com/docs/libraries/) and [LangChain](https://js.langchain.com/) to build a chatbot that will answer questions based on a corpus of documents, as well as a website to test it.
11+
812
- 👉 [**See the workshop using Node.js + Azure AI Search**](https://aka.ms/ws/openai-rag): we will use [Azure AI Search](https://azure.microsoft.com/services/search/) to index and search the documents.
913

1014
- 👉 [**See the workshop using Node.js + Qdrant**](https://aka.ms/ws/openai-rag-qdrant): we will use [Qdrant](https://qdrant.tech/) to index and search the documents.
1115

12-
- 👉 [**See the workshop using Java / Quarkus + Qdrant**](https://aka.ms/ws/openai-rag-quarkus): we will use [Qdrant](https://qdrant.tech/) to index and search the documents.
16+
#### Java
17+
18+
You'll use [Quarkus](https://quarkus.io/) to create a [Java](https://openjdk.org/) service that leverage [OpenAI SDK](https://platform.openai.com/docs/libraries/) and [LangChain4j](https://github.com/langchain4j/langchain4j) to build a chatbot that will answer questions based on a corpus of documents, as well as a website to test it.
19+
20+
- 👉 [**See the workshop using Quarkus + Qdrant**](https://aka.ms/ws/openai-rag-quarkus): we will use [Qdrant](https://qdrant.tech/) to index and search the documents.
1321

14-
💡 [See the completed solution and workshop source for all versions](https://github.com/Azure-Samples/azure-openai-rag-workshop/tree/base)
22+
> [!TIP]
23+
> 💡 [See the completed solution and workshop source for all versions](https://github.com/Azure-Samples/azure-openai-rag-workshop/tree/base)
1524
1625
## Prerequisites
1726

0 commit comments

Comments
 (0)