From c437ad9e64c19c640511a725375a739d1c18e5d3 Mon Sep 17 00:00:00 2001 From: Vishwaraj Anand Date: Wed, 26 Feb 2025 22:42:24 +0530 Subject: [PATCH] chore: added client library docs link to README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index d229f6e..9ef252a 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,7 @@ Cloud SQL for PostgreSQL for LlamaIndex |preview| |pypi| |versions| +- `Client Library Documentation`_ - `Product Documentation`_ The **Cloud SQL for PostgreSQL for LlamaIndex** package provides a first class experience for connecting to @@ -18,6 +19,7 @@ Cloud SQL instances from the LlamaIndex ecosystem while providing the following :target: https://pypi.org/project/llama-index-cloud-sql-pg/ .. |versions| image:: https://img.shields.io/pypi/pyversions/llama-index-cloud-sql-pg.svg :target: https://pypi.org/project/llama-index-cloud-sql-pg/ +.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/llama-index-cloud-sql-pg/latest .. _Product Documentation: https://cloud.google.com/sql/docs Quick Start