Skip to content

Commit 3cf5527

Browse files
RAG implementation for customer support scenario using Vertex AI (#393)
* RAG implmentation for customer support scenario using Vertex AI * Removing safety settings: not relevant in this context * ML/LLM/RAG: Skip Vertex AI examples on CI Authenticating is more complicated, and currently, CI/GHA does not have corresponding credentials. * Update topic/machine-learning/llm-langchain/cratedb_rag_customer_support_vertexai.ipynb Co-authored-by: Andreas Motl <andreas.motl@crate.io> --------- Co-authored-by: Andreas Motl <andreas.motl@crate.io>
1 parent 39688b0 commit 3cf5527

File tree

4 files changed

+575
-0
lines changed

4 files changed

+575
-0
lines changed

topic/machine-learning/llm-langchain/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ and [CrateDB].
7979
augmented generation (RAG) pipeline. To implement RAG we use the Python client driver for
8080
CrateDB and vector store support in LangChain.
8181

82+
- `cratedb_rag_customer_support_vertexai.ipynb` [![Open on GitHub](https://img.shields.io/badge/Open%20on-GitHub-lightgray?logo=GitHub)](cratedb_rag_customer_support_vertexai.ipynb)[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/machine-learning/llm-langchain/cratedb_rag_customer_support_vertexai.ipynb)
83+
84+
This example illustrates the RAG implementation of a customer support scenario.
85+
It is based on the previous notebook, and it illustrates how to use Vertex AI platform
86+
on Google Cloud for RAG pipeline.
87+
88+
8289

8390
## Install
8491

0 commit comments

Comments
 (0)