From 54acbc229063c2d4912d9e778f5827a187cd6ce3 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 9 Apr 2025 21:50:36 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 700da0c8..04458532 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,12 @@ pip install -U langchain-postgres > for improved performance and manageability. > See the [migration guide](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/migrate_pgvector_to_pgvectorstore.md) for details on how to migrate from `PGVector` to `PGVectorStore`. -For a detailed example on `PGVectorStore` see [here](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/pg_vectorstore.ipynb). +### Quickstart + +* [Quickstart](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/pg_vectorstore.ipynb) +* [How-to](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/pg_vectorstore_how_to.ipynb) + +### Example ```python from langchain_core.documents import Document