Skip to content

Commit

Permalink
Merge pull request #6007 from EnterpriseDB/kunliuedb-patch-1
Browse files Browse the repository at this point in the history
Update working-with-ai-data-in-postgres.mdx
  • Loading branch information
djw-m authored Aug 29, 2024
2 parents 9bac6fc + de62a46 commit 5ff5e70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ __OUTPUT__
(5 rows)
```

### Working without auto embedding
## Working without auto embedding

You can now create a retriever without auto embedding. This means that the application has control over when the embeddings computation occurs. It also means that the computation is a bulk operation. For demonstration you can simply create a second retriever for the same products table that you just previously created the first retriever for, but setting `auto_embedding` to false.

Expand Down

1 comment on commit 5ff5e70

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.