Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 添加 OpenSearch 向量存储实现及配置类 #233

Closed
wants to merge 1 commit into from

Conversation

fuyou-lxm
Copy link
Contributor

  • 新增 OpenSearchVector.java 文件,实现了 VectorStore 接口,用于与 Alibaba OpenSearch 进行交互。该类支持向量文档的添加、删除和相似度搜索功能。
  • 新增 OpenSearchConfig.java 文件,定义了连接和配置 OpenSearch 所需的参数,包括实例 ID、endpoint、用户名和密码等配置项。

这些改动为项目引入了对 Alibaba OpenSearch 的支持,增强了系统的向量存储能力。

Describe what this PR does / why we need it

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews

- 新增 `OpenSearchVector.java` 文件,实现了 `VectorStore` 接口,用于与 Alibaba OpenSearch 进行交互。该类支持向量文档的添加、删除和相似度搜索功能。
- 新增 `OpenSearchConfig.java` 文件,定义了连接和配置 OpenSearch 所需的参数,包括实例 ID、endpoint、用户名和密码等配置项。

这些改动为项目引入了对 Alibaba OpenSearch 的支持,增强了系统的向量存储能力。
@CLAassistant
Copy link

CLAassistant commented Dec 19, 2024

CLA assistant check
All committers have signed the CLA.

@fuyou-lxm fuyou-lxm closed this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants