Category: Python

A Step-by-Step Guide to Preparing Data for Retrieval-Augmented Generation (RAG)
A Step-by-Step Guide to Preparing Data for Retrieval-Augmented Generation (RAG)

MData gathering, chunking & embedding techniques for efficient Retrieval-Augmented Generation (RAG) with Scrapy, Python, and BAAI model.

Making GCP Cloud Function Calls Faster
Making GCP Cloud Function Calls Faster

Follow these handy hints for a connection between your Google Cloud Functions and Capella that will reduce round trip times and get pulses racing:

Twitter Thread tl;dr With AI? Part 2
Twitter Thread tl;dr With AI? Part 2

Build a Streamlit app that uses LangChain and Vector Search for JSON data taken from Twitter and indexed in Couchbase NoSQL database for interactive Chat.

Twitter Thread tl;dr With AI? Part 1
Twitter Thread tl;dr With AI? Part 1

Discover how Couchbase Vector Search can enable RAG architecture through a real live example: summarizing a twitter thread with a LLM

The Top 8 Best Languages for Backend Development
The Top 8 Best Languages for Backend Development

Learn about the top languages for backend development, along with a comparison of high-level information about features, advantages, and limitations.

Using Pydantic to Validate JSON Documents With Couchbase 
Using Pydantic to Validate JSON Documents With Couchbase 

JSON documents generated by pydantic can be used on Couchbase Capella platform without the concern for ill-formed documents, here's how.

Build A Python Microservice With Couchbase – Part 3
Build A Python Microservice With Couchbase – Part 3

Python series - part 3 of building a microservice, in this post we create randomized JSON sample data for testing microservices in Couchbase.

Creating Python and JavaScript User Defined Functions For Geospatial Queries
Creating Python and JavaScript User Defined Functions For Geospatial Queries

Create User Defined Functions UDFs in Python and JavaScript to run geospatial queries in Couchbase Analytics and SQL++

Build A Python Microservice With Couchbase – Part 2
Build A Python Microservice With Couchbase – Part 2

Learn to build fully-scalable microservices using Python and Couchbase Autonomous Operator? Test the API with JMeter and Node.js.

Build A Python Microservice With Couchbase – Part 1
Build A Python Microservice With Couchbase – Part 1

Interested in learning how to build fully-scalabe microservices using Python and Couchbase? Then this blog is for you

Validate JSON Documents in Python using Pydantic
Validate JSON Documents in Python using Pydantic

Find out how to validate JSON documents against a specified schema using the popular Python library pydantic. Get validation best practices at Couchbase.

Capella Clusters as Code – Deploying Couchbase via API
Capella Clusters as Code – Deploying Couchbase via API

Couchbase Capella, can be configured and deployed in the cloud using our API as shown in this post and with sample Python code.