@@ -756,7 +756,26 @@ <h2 id="modelcontextprotocolserver">ModelContextProtocolServer</h2>
756756< h2
757757id ="postgresqldatabaseconfiguration "> PostgreSQLDatabaseConfiguration</ h2 >
758758< p > PostgreSQL database configuration.</ p >
759+ < p > PostgreSQL database is used by Lightspeed Core Stack service for
760+ storing information about conversation IDs. It can also be leveraged to
761+ store conversation history and information about quota usage.</ p >
762+ < p > Useful resources:</ p >
763+ < ul >
764+ < li > < a
765+ href ="https://www.psycopg.org/psycopg3/docs/api/connections.html "> Psycopg:
766+ connection classes</ a > </ li >
767+ < li > < a href ="https://www.connectionstrings.com/postgresql/ "> PostgreSQL
768+ connection strings</ a > </ li >
769+ < li > < a
770+ href ="https://www.freecodecamp.org/news/postgresql-in-python/ "> How to
771+ Use PostgreSQL in Python</ a > </ li >
772+ </ ul >
759773< table >
774+ < colgroup >
775+ < col style ="width: 26% " />
776+ < col style ="width: 23% " />
777+ < col style ="width: 50% " />
778+ </ colgroup >
760779< thead >
761780< tr class ="header ">
762781< th > Field</ th >
@@ -768,47 +787,48 @@ <h2 id="modelcontextprotocolserver">ModelContextProtocolServer</h2>
768787< tr class ="odd ">
769788< td > host</ td >
770789< td > string</ td >
771- < td > </ td >
790+ < td > Database server host or socket directory </ td >
772791</ tr >
773792< tr class ="even ">
774793< td > port</ td >
775794< td > integer</ td >
776- < td > </ td >
795+ < td > Database server port </ td >
777796</ tr >
778797< tr class ="odd ">
779798< td > db</ td >
780799< td > string</ td >
781- < td > </ td >
800+ < td > Database name to connect to </ td >
782801</ tr >
783802< tr class ="even ">
784803< td > user</ td >
785804< td > string</ td >
786- < td > </ td >
805+ < td > Database user name used to authenticate </ td >
787806</ tr >
788807< tr class ="odd ">
789808< td > password</ td >
790809< td > string</ td >
791- < td > </ td >
810+ < td > Password used to authenticate </ td >
792811</ tr >
793812< tr class ="even ">
794813< td > namespace</ td >
795814< td > </ td >
796- < td > </ td >
815+ < td > Database namespace </ td >
797816</ tr >
798817< tr class ="odd ">
799818< td > ssl_mode</ td >
800819< td > string</ td >
801- < td > </ td >
820+ < td > SSL mode </ td >
802821</ tr >
803822< tr class ="even ">
804823< td > gss_encmode</ td >
805824< td > string</ td >
806- < td > </ td >
825+ < td > This option determines whether or with what priority a secure GSS
826+ TCP/IP connection will be negotiated with the server.</ td >
807827</ tr >
808828< tr class ="odd ">
809829< td > ca_cert_path</ td >
810830< td > </ td >
811- < td > </ td >
831+ < td > Path to CA certificate </ td >
812832</ tr >
813833</ tbody >
814834</ table >
0 commit comments