Skip to content

Commit 9646ef4

Browse files
noahbaculidjw-m
authored andcommitted
fix typo
1 parent 3ca9db3 commit 9646ef4

File tree

1 file changed

+1
-1
lines changed
  • advocacy_docs/edb-postgres-ai/ai-accelerator/gettingstarted

1 file changed

+1
-1
lines changed

advocacy_docs/edb-postgres-ai/ai-accelerator/gettingstarted/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Now you have the actual data from the `products` table that matches the query. A
158158

159159
As it stands, vectors were calculated for the data, but if you add data to the table, it isn't automatically embedded. The knowledge base would go out of sync.
160160

161-
To keep the embeddings up to date, enable live See [auto-processing](../capabilities/auto-processing):
161+
To keep the embeddings up to date, enable live [auto-processing](../capabilities/auto-processing):
162162

163163
```sql
164164
select aidb.set_auto_knowledge_base('products_knowledge_base', 'Live');

0 commit comments

Comments
 (0)