Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yihong0618 committed Apr 10, 2023
1 parent be1b193 commit d531fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ psql <database-url> -f database.sql
Let’s now add `DATABASE_URL` and `OPENAI_API_KEY` to our environment variables:

```bash
export DATABASE_URL=<YOUR_NEON_CONEECTION_STRING>
export DATABASE_URL=<YOUR_PG_CONEECTION_STRING>
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
```



Run `main.py` to import the emebbeding to your Neon database:
Run `main.py` to import the emebbeding to your pg database:

```bash
python main.py
```

Relax and grab a cup of coffee as this section might take 10min to process!
Relax and grab a cup of coffee as this section might take 60mins to process!

Expcted result:

Expand Down

0 comments on commit d531fe7

Please sign in to comment.