Skip to content

[FEATURE] Support more storage index types for Neo4j/PostgresΒ #300

@badmonster0

Description

@badmonster0

We only support primary key index and vector index now. We may add support for more index types, e.g. text index, range index.

Implementation wise, currently it's tedious to build the logic to manage each index type, e.g. we need to compare with pervious states and diff against it, and often needs a "DROP IF NOT EXISTS" before creating (for updating existing indexes). #295 is an example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions