Skip to content

Fix two typos in the Deep Dive Into Vector Databases article #497

Description

@Abeloop

Description

There is a typo in the Chinese article “深度干货|万字长文解读向量数据库的前世今生”.

Article URL:
https://zilliz.com.cn/blog/Deep-Dive-Into-Vector-Databases

Location

Section:

功能四:更高级的查询能力 → 分页(Pagination)

Current text

分页(Pagination):通过 imit 和 offset 控制返回结果的数量,适用于处理大规模查询。

Suggested text

分页(Pagination):通过 limit 和 offset 控制返回结果的数量,适用于处理大规模查询。

imit should be corrected to limit.

Another

Current text

那么向量数据库是的底层原理是什么?

Suggested text

那么向量数据库的底层原理是什么?

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions