Skip to content

Commit b77708b

Browse files
Added link to Knowledge base example documentation
1 parent 07883d9 commit b77708b

File tree

1 file changed

+4
-1
lines changed
  • product_docs/docs/edb-postgres-ai/1.3/ai-factory/pipeline/knowledge_base

1 file changed

+4
-1
lines changed

product_docs/docs/edb-postgres-ai/1.3/ai-factory/pipeline/knowledge_base/example.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: Example of using knowledge bases in AI Accelerator.
66

77
This is a full end-to-end example of using knowledge bases in EDB Postgres AI - AI Accelerator.
88

9+
!!!important
10+
Since the Knowledge Base primitive will be deprecated, EDB recommends migrating to [auto-processing pipelines](/edb-postgres-ai/latest/ai-factory/pipeline/capabilities/auto-processing/).
11+
!!!
12+
913
```sql
1014
-- Create extension
1115
DROP EXTENSION aidb CASCADE;
@@ -69,4 +73,3 @@ DELETE FROM test_source_table_ajz72eb WHERE id = 11211;
6973
-- check embeddings
7074
SELECT id FROM test_knowledge_base_ajz72eb_vector;
7175
```
72-

0 commit comments

Comments
 (0)