# OpenSearch Cluster Database là gì?

## **OpenSearch Cluster Database là gì?**

**OpenSearch Database** là nền tảng tìm kiếm và phân tích dữ liệu được phát triển từ Elasticsearch. Nền tảng này cho phép lưu trữ, tìm kiếm và phân tích dữ liệu theo thời gian thực, phù hợp với các ứng dụng như log analytics, giám sát hệ thống và tìm kiếm văn bản.

<figure><img src="/files/Jhz2zqIPCbi8BW51bOzm" alt=""><figcaption></figcaption></figure>

***

## OpenSearch làm Vector Database như thế nào?

Hiện tại, vDB đã hỗ trợ bạn triển khai **OpenSearch** làm **Vector Database**, tức là sử dụng nó để **tìm kiếm gần đúng (k - Nearest Neighbor - kNN)** trên các vector embedding bằng cách tích hợp sẵn kNN plugin trên OpenSearch Cluster của bạn. Đây là một cách phổ biến để xây dựng hệ thống tìm kiếm vector cho **AI/ML, NLP, Recommendation Systems, hay Semantic Search**.

<figure><img src="/files/pKhi6V0oAs21FhYHK900" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vngcloud.vn/vng-cloud-document/vn/vdb/opensearch-cluster-database-ods/opensearch-cluster-database-la-gi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
