Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,13 @@
[preview_integrations.params]
showSection = true

[[preview_integrations]]
name = "Gen AI"
weight = 6
identifier = "ai-integration"
[preview_integrations.params]
showSection = true

[[preview_integrations]]
name = "Data integration"
weight = 6
Expand Down
8 changes: 8 additions & 0 deletions docs/content/preview/develop/tutorials/AI/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ cascade:
body="Build a Retrieval-Augmented Generation (RAG) pipeline with YugabyteDB."
href="hello-rag/"
icon="fa-thin fa-vector-circle">}}

{{<index/item
title="langchain-yugabytedb integration"
body="Use YugabyteDB as a vector store with LangChain to develop RAG apps."
href="../../../integrations/langchain/"
icon="/images/tutorials/ai/icons/langchain-icon.svg">}}

{{</index/block>}}

{{<index/block>}}
Expand All @@ -40,6 +47,7 @@ cascade:
href="google-vertex-ai/"
icon="/images/tutorials/google/icons/Google-Vertex-AI-Icon.svg">}}


{{</index/block>}}

## Vector basics
Expand Down
6 changes: 6 additions & 0 deletions docs/content/preview/integrations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ Version refers to the latest tested version of the integration.
| PGmigrate | 1.0.7 | Partial | [PGmigrate](pgmigrate/) |
| YSQL Loader (pgloader) | 3.6.3 | Full | [YSQL Loader](ysql-loader/) |

### Gen AI

| Tool | Version | Support | Tutorial |
| :---------| :------ | :------ | :------- |
| Langchain Framework | 0.0.3 | Full | [Langchain](langchain/) |

### Data integration (CDC)

| Tool | Version | Support | Tutorial |
Expand Down
Loading