[카테고리:] 카우치베이스 서버
-

Easily Migrate From DynamoDB To Couchbase With CLI And IDE Plugins
Trying Couchbase just got even easier, even if you want to migrate from DynamoDB. You can now import your DynamoDB data and indexes into Couchbase seamlessly. Whether you prefer working directly from the command…
-

Privacy Requirements Without the Headache
Any modern web application that interacts with users in different localities must contend with varying privacy requirements and user data consent guidelines. These can be overwhelming for any engineering team to handle, regardless whether…
-

Get Started With Couchbase Vector Search In 5 Minutes
What is a Vector A Vector is an object that represents a real-world item as an array of floating numbers. Each item in the real world is represented in Vector format(as an array) and…
-

Accelerate Couchbase-Powered RAG AI Application With NVIDIA NIM/NeMo and LangChain
Today, we’re excited to announce our new integration with NVIDIA NIM/NeMo. In this blog post, we present a solution concept of an interactive chatbot based on a Retrieval Augmented Generation (RAG) architecture with Couchbase Capella…
-

Couchbase on Rails: A Guide to Introducing Dynamic and Adaptive Data to Your Application
Ruby on Rails is often the framework of choice for getting new projects off the ground. The speed of development and iteration is in many ways unparalleled. As such, perhaps you want to use…
-

Community Edition에서 전환하는 것을 고민하고 계신가요? 이 4개 기업이 전환했습니다
Couchbase 데이터베이스는 당사 제품 라인업에서 일반적으로 Community Edition, Enterprise Edition, 그리고 Couchbase Capella(당사의 완전한 클라우드 기반 서비스형 데이터베이스)의 세 가지 형태로 고객에게 제공됩니다.
-

Integrating Couchbase Server with Okta: A Step-by-Step Guide to Seamless Authentication
Welcome to this comprehensive guide on integrating Okta with Couchbase Server! In this article, we will walk you through the step-by-step process of setting up a secure and seamless authentication flow using Okta as…
-

Unlock Single Sign-On Capabilities for Couchbase with Keycloak and SAML
Welcome to this comprehensive guide on integrating Couchbase with Keycloak. In today’s digital environment, securing applications and managing identities efficiently is paramount. SAML (Security Assertion Markup Language) and Keycloak, a versatile Identity and Access…
-

Querying Vectors And Things That Can Go Wrong With Them
Couchbase 7.6 introduces Vector Search into the Couchbase architecture, expanding its search capabilities by leaps and bounds. This article showcases how this affects search queries, how we have to adapt in certain situations and…
-

Delivering Customer-Oriented AI Applications
Customer obsession is a powerful concept for any company. Whether your customers are internal or external users of your platform – every experience should be timely and meaningful. Integrating artificial intelligence (AI) with Customer…
-

Twitter Thread tl;dr With AI? Part 2
In part 1 we saw how to scrape Twitter, turn tweets in JSON documents, get an embedding representation of that tweet, store everything in Couchbase and how to run a vector search. These are…
-

Vector Search Performance: The Rise of Recall
Introducing vector search (KNN), with its distance-based similarity scoring, into the existing Search paradigm necessitated a shift in how we thought about “relevant” results and how to measure them. Text based indexes use tf-idf…