The PGSearchTool
is designed to search PostgreSQL databases and return the most relevant results.
crewai_tools
package, which will include the PGSearchTool upon its release, can be installed using the following command:
crewai_tools
package. This installation command will be updated once the tool is released.Argument | Type | Description |
---|---|---|
db_uri | string | Mandatory. A string representing the URI of the PostgreSQL database to be queried. This argument will be mandatory and must include the necessary authentication details and the location of the database. |
table_name | string | Mandatory. A string specifying the name of the table within the database on which the semantic search will be performed. This argument will also be mandatory. |