Skip to content

Commit

Permalink
repost
Browse files Browse the repository at this point in the history
  • Loading branch information
kingtroga committed Dec 25, 2024
1 parent 2eca5fe commit c7aed53
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/docs/integrations/providers/postgres.ipynb
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit c7aed53

Please sign in to comment.