From c7aed530b0440ef9cdab3eca61890b204897df8a Mon Sep 17 00:00:00 2001 From: kingtroga Date: Wed, 25 Dec 2024 11:55:54 +0100 Subject: [PATCH] repost --- .../integrations/providers/postgres.ipynb | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/docs/integrations/providers/postgres.ipynb b/docs/docs/integrations/providers/postgres.ipynb index e69de29bb2d1d..57d4dac70b1d8 100644 --- a/docs/docs/integrations/providers/postgres.ipynb +++ b/docs/docs/integrations/providers/postgres.ipynb @@ -0,0 +1,25 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# **Postgres**\n", + "\n", + "> **What is `Postgres`?**\n", + "\n", + "- PostgreSQL, or Postgres, is a free and open-source relational database management system (RDBMS) known for its extensibility \n", + "and SQL compliance.\n", + "\n", + "> Get started with using Postgres [LangChain Documentation](https://python.langchain.com/docs/integrations/memory/postgres_chat_message_history/)." + ] + } + ], + "metadata": { + "language_info": { + "name": "python" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +}