From e8d113d7a6aabba62b6a133cb9080347d0a665d3 Mon Sep 17 00:00:00 2001 From: Ray Offiah Date: Wed, 1 May 2024 12:37:08 +0100 Subject: [PATCH] DOC-12116 Typo in Server + Capella Release Notes for Partner --- modules/introduction/partials/new-features-76.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/introduction/partials/new-features-76.adoc b/modules/introduction/partials/new-features-76.adoc index 771e420cd2..052731dc1b 100644 --- a/modules/introduction/partials/new-features-76.adoc +++ b/modules/introduction/partials/new-features-76.adoc @@ -155,7 +155,7 @@ See xref:learn:clusters-and-availability/rebalance.adoc#index-rebalance-methods[ * Couchbase Server 7.6 introduces Vector Search to enable AI integration, semantic search, and the RAG framework. A developer-friendly vector indexing engine exposes a vector database and search functionality. With Couchbase Vector Search, you can enable fast and highly accurate semantic search, ground LLM responses in relevant data to reduce hallucinations, and enhance or enable use cases like personalized searches in e-commerce and media & entertainment, product recommendations, fraud detection, and reverse image search. -You can also enable full access to an AI ecosystem with a Langchain integration, the most popular open-source framework for LLM-driven applications. +You can also enable full access to an AI ecosystem with a LangChain integration, the most popular open-source framework for LLM-driven applications. + A Vector Search database includes: + @@ -164,7 +164,7 @@ A Vector Search database includes: ** Storage of raw Embedding Vectors in the Data Service in the documents themselves ** Querying Vector Indexes (REST and UI via a JSON object/fragment, Couchbase SDKs, and {sqlpp}) ** {sqlpp}/N1QL integration -** Third-party framework integration: Langchain (later Llamaindex + others) +** Third-party framework integration: LangChain (later LlamaIndex + others) ** Full support for Replicas Partitions and file-based Rebalance NOTE: Vector Search is currently only supported on Couchbase Server 7.6.0 deployments running on Linux platforms.