For the complete documentation index, see llms.txt. This page is also available as Markdown.

Built-In Functions

Complete reference for all Couchbase module BIFs.

🔌 Provider & Connection Functions

Functions to access Couchbase components and manage connections:

🤖 Vector Search Functions

AI/ML vector operations for semantic search and RAG applications:

📝 Query Functions

Execute N1QL/SQL++ queries:

🔒 Distributed Locking Functions

Coordinate operations across multiple servers with distributed locks:

  • couchbaseLock - Acquire distributed lock with optional callback

  • couchbaseUnlock - Release distributed lock manually

📖 Usage Patterns

Basic Provider Access

Vector Operations Workflow

Query Patterns

Distributed Locking Patterns

Last updated

Was this helpful?