Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve: VectorSearch enabled SQLChain? #7454

Closed
wants to merge 57 commits into from

Commits on Apr 17, 2023

  1. constructor / / implementation

    mpskex committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    a436cd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ed371 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. update

    mpskex committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    8d5da30 View commit details
    Browse the repository at this point in the history
  2. update impl

    mpskex committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    23232aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fe57d4 View commit details
    Browse the repository at this point in the history
  4. change default

    mpskex committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5fd3bfc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Configuration menu
    Copy the full SHA
    2846cb4 View commit details
    Browse the repository at this point in the history
  2. add unit tests

    add unit tests
    
    revised
    mpskex committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    d33bf44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd47d96 View commit details
    Browse the repository at this point in the history
  4. unittest passed

    mpskex committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c2298f4 View commit details
    Browse the repository at this point in the history
  5. add escape string

    mpskex committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9b9e96f View commit details
    Browse the repository at this point in the history
  6. format / lint

    mpskex committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    174de9f View commit details
    Browse the repository at this point in the history
  7. update poetry.lock

    mpskex committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    cadad67 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. revised __repr__ docstrings

    mpskex committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d015562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9460047 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from myscale/feature/vectorstore_myscale

    Feature/vectorstore myscale
    mpskex authored Apr 21, 2023
    Configuration menu
    Copy the full SHA
    6f6f27e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    2baa88b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. fixed typo in myscale docs

    mpskex committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    f6a3a44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    627a0cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a763b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. improve sqlalchemy support

    mpskex committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    1eee8ec View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    0bb1e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df4a763 View commit details
    Browse the repository at this point in the history
  3. extensive for other VectorSQL

    mpskex committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ea767aa View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    c7c587c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a80da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98f58e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c02bc4f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. add sql database retriever

    mpskex committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b8c1d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cd8300 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a774bf0 View commit details
    Browse the repository at this point in the history
  4. lint and format and tests

    mpskex committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f799f15 View commit details
    Browse the repository at this point in the history
  5. format and fix BaseRow import

    mpskex committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    eb02a85 View commit details
    Browse the repository at this point in the history
  6. add aget method

    mpskex committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    00e6369 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e5f90f View commit details
    Browse the repository at this point in the history
  8. revised docs

    mpskex committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    00b5723 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    49f3c85 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    d9242dc View commit details
    Browse the repository at this point in the history
  2. format and lint

    mpskex committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6879ecd View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    9b672c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d7d84 View commit details
    Browse the repository at this point in the history
  3. lint and fix type

    mpskex committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b00c2dc View commit details
    Browse the repository at this point in the history
  4. revert back comparator prompt

    mpskex committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    416a3fd View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    d50111e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    22f17d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f88509c View commit details
    Browse the repository at this point in the history
  3. revert back & relint & reformat

    revert
    
    revised to experimentals
    
    try to resolve conflict
    
    reverse change
    
    try to resolve conflict
    
    revised unittest
    
    reformat & relint
    
    revert
    
    update poetry
    mpskex committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    870171f View commit details
    Browse the repository at this point in the history
  4. add dependency

    mpskex committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3034ef9 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge branch 'master' into myscale/sql_self_query

    Fangrui Liu committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    94e2c9d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    3d98141 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    3801ff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    85dd781 View commit details
    Browse the repository at this point in the history
  2. lint & add notebook

    mpskex committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f569ca5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. fixed lint

    mpskex committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6b6780b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    878ad52 View commit details
    Browse the repository at this point in the history
  2. update poetry.lock

    mpskex committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a3a74a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82f8314 View commit details
    Browse the repository at this point in the history