Skip to content

Suggestion: init_vectorstore_table() should also create the schema #240

@gardner

Description

@gardner

Hi there,
This is just a suggestion: When using init_vectorstore_table() I had expected it to create the schema if it didn't exist.

engine.init_vectorstore_table(
    schema_name="vector_store",
    overwrite_existing=True,
    table_name=table_name,
    vector_size=vector_size,
)

Please consider adopting this behavior. Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions