Skip to content

Commit a39ad57

Browse files
committed
fix db examples
1 parent 26fc7c3 commit a39ad57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/databases/gibsonai_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
2. Create a New Project with a prompt like: "Create an empty database"
99
3. Go to Databases tab from the GibsonAI App and copy connection string for Development or Production environment
1010
4. Replace the placeholder connection string below with your actual GibsonAI connection string
11-
5. Install required dependencies: pip install openai memorisdk
11+
5. Install required dependencies: pip install openai memorisdk mysql-connector-python
1212
6. Set your OpenAI API key in the environment: export OPENAI_API_KEY
1313
1414
The connection string format looks like:

examples/databases/neon_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Setup:
77
1. Create a Neon project at: https://console.neon.tech/
88
2. Get your connection string from the Neon dashboard
9-
3. Install dependencies: pip install openai memori psycopg2-binary
9+
3. Install dependencies: pip install openai memorisdk psycopg2-binary
1010
4. Set your OpenAI API key: export OPENAI_API_KEY="your-api-key-here"
1111
5. Replace the connection string below with your own
1212

0 commit comments

Comments
 (0)