Categoría: Servidor Couchbase
-

Migre fácilmente de DynamoDB a Couchbase con complementos de CLI y de IDE
Probar Couchbase ahora es aún más fácil, incluso si quieres migrar desde DynamoDB. Ahora puedes importar tus datos e índices de DynamoDB a Couchbase sin problemas. Ya sea que prefieras trabajar directamente desde la línea de comandos...
-

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

¿Pensando en migrar del Community Edition? Estas 4 empresas lo hicieron
La base de datos Couchbase está generalmente disponible para los clientes en tres variedades dentro de nuestra línea de productos: Community Edition, Enterprise Edition y Couchbase Capella (nuestra base de datos como servicio en la nube totalmente...
-

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

Consultas de vectores y cosas que pueden salir mal con ellos
Couchbase 7.6 introduce la Búsqueda Vectorial en la arquitectura de Couchbase, expandiendo sus capacidades de búsqueda a pasos agigantados. Este artículo muestra cómo esto afecta a las consultas de búsqueda, cómo tenemos que adaptarnos en ciertas situaciones y...
-

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

Rendimiento de la búsqueda vectorial: El auge de la recuperación
La introducción de la búsqueda vectorial (KNN), con su puntuación de similitud basada en la distancia, en el paradigma de búsqueda existente requirió un cambio en la forma en que pensábamos sobre los resultados “relevantes” y cómo medirlos. Los índices basados en texto utilizan tf-idf…