Skip to content

Commit

Permalink
Call out the advanced examples in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpruitt committed Jun 20, 2024
1 parent 68a0a2e commit 88e7f71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The fastest ways to run PostgreSQL with the pgai extension are to:

2. [Enable the pgai extension](#enable-the-pgai-extension-in-your-database).

3. Use pgai to integrate AI from [Ollama](./docs/ollama.md) and [OpenAI](./docs/openai.md).
3. [Use pgai](#use-pgai).

### Use a pre-built Docker container

Expand Down Expand Up @@ -86,7 +86,11 @@ after the pgai release date.

The `CASCADE` automatically installs `pgvector` and `plpython3u` extensions.

Now use pgai to integrate AI from [Ollama](./docs/ollama.md) and [OpenAI](./docs/openai.md).
### Use pgai

Now, use pgai to integrate AI from [Ollama](./docs/ollama.md) and [OpenAI](./docs/openai.md).
Learn how to [moderate](./docs/moderate.md) and [embed](./docs/delayed_embed.md)
content directly in the database using triggers and background jobs.

## Get involved

Expand Down

0 comments on commit 88e7f71

Please sign in to comment.