Skip to content

Conversation

vadim-tropashko
Copy link
Member

Added vector column type, e.g.

data_feed_vectors
    e1  vect10k
    EMBED_VECTOR vect
    EMBED vector
    E2  vector123    
  
# genpk: false
create table data_feed_vectors (
    e1              vector(10240,*,*),
    EMBED_VECTOR    vector(*,*,*),
    EMBED           vector(*,*,*),
    E2              vector(12,*,*));

@SyNuOra
Copy link
Member

SyNuOra commented Sep 24, 2025

Looks good to me as far as the support syntax, please provided in the QuickSQL help text these examples

SyNuOra
SyNuOra previously approved these changes Sep 24, 2025
Copy link
Member

@SyNuOra SyNuOra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like the support for the different vector definitions

@vadim-tropashko vadim-tropashko removed the request for review from bamcgill September 24, 2025 16:52
fixed duplicated entries in the generated insert statements
@vadim-tropashko vadim-tropashko changed the title issue 71 issues 71,78 Sep 24, 2025
@SyNuOra SyNuOra self-assigned this Sep 25, 2025
Copy link
Member

@SyNuOra SyNuOra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@vadim-tropashko vadim-tropashko merged commit 71dc15b into main Sep 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants