File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 882. Create a New Project with a prompt like: "Create an empty database"
993. Go to Databases tab from the GibsonAI App and copy connection string for Development or Production environment
10104. 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
12126. Set your OpenAI API key in the environment: export OPENAI_API_KEY
1313
1414The connection string format looks like:
Original file line number Diff line number Diff line change 66Setup:
771. Create a Neon project at: https://console.neon.tech/
882. 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
10104. Set your OpenAI API key: export OPENAI_API_KEY="your-api-key-here"
11115. Replace the connection string below with your own
1212
You can’t perform that action at this time.
0 commit comments