Skip to main content

Code

cookbook/models/ibm/watsonx/storage.py

Usage

1

创建虚拟环境

打开 Terminal 并创建一个 python 虚拟环境。
2

Set your API key

3

Install libraries

4

Set up PostgreSQL

Make sure you have a PostgreSQL database running. You can adjust the db_url in the code to match your database configuration.
5

Run Agent

本示例展示了如何使用 PostgreSQL 存储与 IBM WatsonX 结合以在多次交互中维护对话状态。它创建了一个带有 PostgreSQL 存储后端的 agent,并发送了多条消息,在消息之间会保留对话历史记录。 注意:您需要安装 sqlalchemy 包并拥有一个可用的 PostgreSQL 数据库。