Skip to content

Commit 9cc1113

Browse files
authored
Update README.md (#197)
1 parent 18b056d commit 9cc1113

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@ pip install -U langchain-postgres
3232
> for improved performance and manageability.
3333
> 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`.
3434
35-
For a detailed example on `PGVectorStore` see [here](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/pg_vectorstore.ipynb).
35+
### Quickstart
36+
37+
* [Quickstart](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/pg_vectorstore.ipynb)
38+
* [How-to](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/pg_vectorstore_how_to.ipynb)
39+
40+
### Example
3641

3742
```python
3843
from langchain_core.documents import Document

0 commit comments

Comments
 (0)