This repo contains simple updates to two existing LangChain tutorials to show how to create a "hello world" RAG example using Vertex AI:
- Adapt this LangChain Pinecone tutorial to work with Vertex AI embeddings as shown in pinecone_basics.py.
- Adapt this LangChain Retrieval Augmented tutorial to work with Vertex AI as shown in rag_tutorial.py.