Skip to content

Commit 4ce8be3

Browse files
docs: Adding a readme to itemise sample notebooks. (#225)
Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent f791be0 commit 4ce8be3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

β€Žsamples/README.mdβ€Ž

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Cloud SQL for PostgreSQL for LangChain Resources
2+
3+
This directory provides code samples to help you get started with LangChain and Cloud SQL for PostgreSQL.
4+
5+
## Guides & Samples
6+
7+
| Sample | Description |
8+
| ------ | ----------- |
9+
| [Langchain Quick Start](./langchain_quick_start.ipynb) | This codelab demonstrates how to create a powerful interactive GenAI application using Retrieval Augmented Generation (RAG) powered by [CloudSQLfor PostgreSQL](https://cloud.google.com/sql/docs/postgres) and [LangChain](https://www.langchain.com/). |
10+
| [Get Started: `PostgresVectorStore`](../docs/vector_store.ipynb) | This notebook goes over how to use Cloud SQL for PostgreSQL to store vector embeddings with the `PostgresVectorStore` class. |
11+
| [Get Started: `PostgresLoader`](../docs/document_loader.ipynb) | This notebook goes over how to use Cloud SQL for PostgreSQL to load Documents with the `PostgresLoader` class. |
12+
| [Get Started: `PostgresChatMessageHistory`](../docs/chat_message_history.ipynb) | This notebook goes over how to use Cloud SQL for PostgreSQL to store chat message history with the `PostgresChatMessageHistory` class. |
13+
| [How to Choose a Nearest-Neighbor Index Guide](../docs/how_to_choose_an_index_guide.md) | This guide outlines different indexing strategies for approximate nearest neighbor (ANN) search. |
14+
| [Index Tuning Sample](./index_tuning_sample) | This guide demonstrates how to fine-tune your LangChain PostgreSQL index for better vector similarity search results. |
15+
| [Langchain on VertexAI](./langchain_on_vertexai) | This guide explains how to build and deploy LangChain apps to a managed Reasoning Engine runtime using LangChain on Vertex AI. |

0 commit comments

Comments
 (0)