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

CLI 및 IDE 플러그인을 사용하여 DynamoDB에서 Couchbase로 손쉽게 마이그레이션하기
카우치베이스(Couchbase)를 사용해 보는 것이 이제 훨씬 더 쉬워졌으며, 다이나모DB(DynamoDB)에서 마이그레이션하려는 경우에도 마찬가지입니다. 이제 다이나모DB 데이터와 인덱스를 카우치베이스로 손쉽게 가져올 수 있습니다. 명령줄에서 직접 작업하는 것을 선호하든…
-

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…
-

NVIDIA NIM/NeMo 및 LangChain을 활용한 Couchbase 기반 RAG AI 애플리케이션 가속화
오늘 저희는 NVIDIA NIM/NeMo와의 새로운 통합을 발표하게 되어 매우 기쁩니다. 이 블로그 게시물에서는 Couchbase Capella와 RAG(검색 증강 생성) 아키텍처를 기반으로 하는 대화형 챗봇의 솔루션 개념을 소개합니다.
-

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…
-

고객 중심 AI 애플리케이션 제공
고객 집착은 모든 기업에게 강력한 개념입니다. 고객이 플랫폼의 내부 사용자인지 외부 사용자인지에 관계없이 모든 경험은 시기적절하고 의미 있어야 합니다. 인공지능(AI)을 고객과 결합하는 것은...
-

AI로 트위터 스레드 요약하기? 제2부
파트 1에서는 트위터를 스크래핑하고, 트윗을 JSON 문서로 변환하고, 해당 트윗의 임베딩 표현을 얻고, 모든 것을 Couchbase에 저장하고, 벡터 검색을 실행하는 방법을 살펴보았습니다. 이것들은…
-

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…