Skip to content

Commit

Permalink
Update working-with-ai-data-in-postgres.mdx
Browse files Browse the repository at this point in the history
I believe that `Working without auto embedding` should be on the same level with `Working with auto embedding`. 

And there is a missing quick link of `Working without auto embedding` on the right side.
  • Loading branch information
kunliuedb authored and djw-m committed Aug 29, 2024
1 parent 9bac6fc commit de62a46
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

0 comments on commit de62a46

Please sign in to comment.