zilliztech/GPTCache

[Feature]:Support integrate Elasticsearch as the VectorBase

Open

#490 创建于 2023年7月19日

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)Python (407 fork)batch import
good first issuehelp wantedplanned

仓库指标

Star
 (5,857 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Is your feature request related to a problem? Please describe.

Elasticsearch is a distributed, RESTful search and analytics engine. It provides a distributed, multitenant-capable full-text search engine with an HTTP web interface and schema-free JSON documents.

Will gptcache integrate Elasticsearch as the vectorbase?

Describe the solution you'd like.

Implement the gptcache.manager.vector_data.base.VectorBase

Describe an alternate solution.

Implement the gptcache.manager.vector_data.base.VectorBase

Anything else? (Additional Context)

Nothing

贡献者指南