File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
src/langchain_google_cloud_sql_pg Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 0.1.0 (2024-02-28)
4+
5+
6+ ### Features
7+
8+ * Add CloudSQL Postgresql chatmessagehistory with Integration Tests ([ #23 ] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/23 ) ) ([ 3ab9d4e] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/3ab9d4eeeb7fd99c4693ee697fb31a2ad9343872 ) )
9+ * Add indexing methods ([ #21 ] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/21 ) ) ([ 8eae440] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/8eae4406e41f234ef3c6a24621926c3f5c4555cb ) )
10+ * Add PostgreSQL loader ([ #49 ] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/49 ) ) ([ ada45ec] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/ada45ec3089254966e444d11c5c22f73b881d03b ) )
11+ * Add PostgreSQLEngine ([ #13 ] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/13 ) ) ([ b181f65] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/b181f658c2e769c74aefc6a53f587ca4a75682db ) )
12+ * Add Vector Store ([ #14 ] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/14 ) ) ([ f3e1127] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/f3e11276a69bf239d852e494eede37ed86b1b361 ) )
13+
14+
15+ ### Documentation
16+
17+ * Add chatmessagehistory docs ([ #48 ] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/48 ) ) ([ 5f5df1d] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/5f5df1d0790dd0a90110a1c765a4f445c083267a ) )
18+ * Add the code lab notebook ([ #36 ] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/36 ) ) ([ ab7cbe4] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/ab7cbe4d0554a2a80a32e7feb7b4fc5c773ee379 ) )
19+ * Add vectorstore docs ([ #22 ] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/issues/22 ) ) ([ 6c41df2] ( https://github.com/googleapis/langchain-google-cloud-sql-pg-python/commit/6c41df2f51c7b185d8d1b53ad6b12e42f32de224 ) )
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515#
16- __version__ = "0.0.1 "
16+ __version__ = "0.1.0 "
You can’t perform that action at this time.
0 commit comments