The Postgres tool is a powerful feature that allows users to search and interact with PostgreSQL databases within Wabee AI. This guide will walk you through the process of configuring the Postgres tool, enabling you to connect to your database and leverage its capabilities.
Prerequisites
Before configuring the Postgres tool, ensure you have the following:
Log in to your account and navigate to the "Tools" section.\
\
2. Locate the PostgreSQL Tool
* In the tool management dashboard, you'll see various tool cards.
* Look for the “PostgreSQL” card or use the search to locate the tool.\
Initiate Tool Configuration
Click the "Configure Tool" button on the PostgreSQL card to begin the setup process.
4. Fill in the Configuration Form
* Complete the following fields in the configuration form:
* Tool Name: By default, this is set to "PostgreSQL." You can keep this or customize it if needed.
* Description: A brief description of the tool's purpose is pre-filled. You can modify this if desired.
* User: Enter the username for your PostgreSQL database.
* Password: Input the password associated with the database user.
Note: The password field is masked for security. You can toggle visibility using the eye icon if needed.
Database: Enter the name of your PostgreSQL database (e.g., "verceldb").
Host: Specify the host address of your PostgreSQL server.
Port: Enter the port number for your PostgreSQL connection. The default is typically 5432.
Top K (Optional): Specify the maximum number of results to return in a search. The default value is 100.
Guide (Optional): You can add any additional notes or instructions in this field.\
Review and Submit
Double-check all the entered information for accuracy.
Click the "Create" button at the bottom of the form to save your configuration.\
\
Best Practices & Tips
Security: Always use strong, unique passwords for your database connections.
Host Configuration:
Ensure your database has an internet-facing IP address that can be accessed by our SaaS platform.
Use the domain name of your database server in the "Host" field.
Do not use "localhost" as the host, as our SaaS product cannot connect to databases on your local network.
Port Number: While 5432 is the default port for PostgreSQL, your setup might use a different port. Confirm the correct port with your database administrator if unsure.
Top K Value: Adjust the "Top K" value based on your typical search needs. A higher value returns more results but may impact performance and result in increased cost.
Troubleshooting
If you encounter issues while configuring or using the Postgres tool:
Connection Errors:
Verify that all credentials (username, password) are correct.
Ensure the host address and port number are accurate.
Check if your database server is accessible from the SaaS product's network.
Performance Issues:
If searches are slow, try reducing the "Top K" value.
Consult with your database administrator to optimize your PostgreSQL setup.
Access Denied:
Confirm that the user account has the necessary permissions to access the specified database.
Conclusion
By following these steps, you should now have successfully configured the Postgres tool in your SaaS product. This tool will allow you to efficiently search and interact with your PostgreSQL database, enhancing your data management capabilities.
For any additional assistance or advanced configurations, please consult our support team or refer to the PostgreSQL documentation.