Skip to content

Commit 1e14ef8

Browse files
bootstrap the ai rag injector plugin reference
1 parent 6e0eb9b commit 1e14ef8

File tree

6 files changed

+37
-0
lines changed

6 files changed

+37
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Changelog
2+
3+
### {{site.base_gateway}} 3.10.0.0
4+
5+
* Introduced the new **AI Rag Injector** plugin.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: AI Rag Injector
2+
search_aliases:
3+
- ai
4+
- llm
5+
- artificial
6+
- intelligence
7+
- language
8+
- model
9+
dbless_compatible: yes
10+
free: true
11+
enterprise: true
12+
konnect: true
13+
network_config_opts: All
14+
notes: --
15+
categories:
16+
- ai
17+
publisher: Kong Inc.
18+
desc: Automatically inject documents to simplify building RAG pipeline
19+
type: plugin
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
nav_title: Using the AI Rag Injector plugin
3+
title: Using the AI Rag Injector plugin
4+
---
5+
<!-- todo: how-to/tutorial goes here -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
nav_title: Overview
3+
---
4+
5+
<!-- todo - write the doc -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
strategy: gateway
2+
releases:
3+
minimum_version: '3.10.x'
Loading

0 commit comments

Comments
 (0)