Skip to content

Commit 39dcbfd

Browse files
committed
Added env and frontmatter
1 parent 2dcd1c7 commit 39dcbfd

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

pydantic_ai/fts/frontmatter.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
# frontmatter
33
path: "/tutorial-pydantic-ai-couchbase-rag"
4-
title: Retrieval-Augmented Generation (RAG) with Couchbase and PydanticAI
4+
title: Retrieval-Augmented Generation (RAG) with Couchbase and PydanticAI using FTS
55
short_title: RAG with Couchbase and PydanticAI
66
description:
7-
- Learn how to build a semantic search engine using Couchbase and PydanticAI.
7+
- Learn how to build a semantic search engine using Couchbase and PydanticAI using FTS.
88
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with PydanticAI using tool calling.
99
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using PydanticAI and Couchbase.
1010
content_type: tutorial
@@ -16,6 +16,7 @@ tags:
1616
- LangChain
1717
- OpenAI
1818
- PydanticAI
19+
- FTS
1920
sdk_language:
2021
- python
2122
length: 30 Mins

pydantic_ai/gsi/.env.sample

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
OPENAI_API_KEY=
2+
CB_HOST=
3+
CB_USERNAME=
4+
CB_PASSWORD=
5+
CB_BUCKET_NAME=
6+
INDEX_NAME=
7+
SCOPE_NAME=
8+
COLLECTION_NAME=

pydantic_ai/gsi/frontmatter.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
# frontmatter
3+
path: "/tutorial-pydantic-ai-couchbase-rag"
4+
title: Retrieval-Augmented Generation (RAG) with Couchbase and PydanticAI using GSI
5+
short_title: RAG with Couchbase and PydanticAI
6+
description:
7+
- Learn how to build a semantic search engine using Couchbase and PydanticAI using GSI.
8+
- This tutorial demonstrates how to integrate Couchbase's vector search capabilities with PydanticAI using tool calling.
9+
- You'll understand how to perform Retrieval-Augmented Generation (RAG) using PydanticAI and Couchbase.
10+
content_type: tutorial
11+
filter: sdk
12+
technology:
13+
- vector search
14+
tags:
15+
- Artificial Intelligence
16+
- LangChain
17+
- OpenAI
18+
- PydanticAI
19+
- GSI
20+
sdk_language:
21+
- python
22+
length: 30 Mins
23+
---

0 commit comments

Comments
 (0)