Skip to content

Feature: lance support #16

Description

@aheev

We'll follow duckDB lance extension for implementation
Data types: https://lance.org/guide/data_types/#data-type-mapping-for-integrations

INSTALL lance;
LOAD lance;
CREATE NODE TABLE node_table1 ... WITH (storage = '<path-to-lance-table>', format = 'lance');
CREATE REL TABLE rel_table ... WITH (storage = '<path-to-lance-table>', format = 'lance');

Supported features:

  • All cypher queries currently supported in ladybug
  • lance_hybrid_search func
  • lance_fts func
  • lance_vector_search func
  • COPY FROM
  • LOAD FROM

Not supported

  • mutability
  • lance namespaces
  • mixed table types i.e NODE TABLE lance and REL TABLE non-lance (OR) NODE TABLE non-lance and REL TABLE lance

References

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