File tree Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Expand file tree Collapse file tree 3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 11---
22# frontmatter
33path : " /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
55short_title : RAG with Couchbase and PydanticAI
66description :
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.
1010content_type : tutorial
1616 - LangChain
1717 - OpenAI
1818 - PydanticAI
19+ - FTS
1920sdk_language :
2021 - python
2122length : 30 Mins
Original file line number Diff line number Diff line change 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 =
Original file line number Diff line number Diff line change 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+ ---
You can’t perform that action at this time.
0 commit comments