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

[AL-2290] DeepLake VectorStore updates #2375

Merged
merged 141 commits into from
Jun 6, 2023
Merged

[AL-2290] DeepLake VectorStore updates #2375

merged 141 commits into from
Jun 6, 2023

Commits on May 25, 2023

  1. First commit

    adolkhan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2c78b30 View commit details
    Browse the repository at this point in the history
  2. Changes

    adolkhan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    10cfc8c View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    adolkhan committed May 25, 2023
    Configuration menu
    Copy the full SHA
    038be68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b77f36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d16bd1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    9e2e3b6 View commit details
    Browse the repository at this point in the history
  2. Fixed bad import

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e80f9e4 View commit details
    Browse the repository at this point in the history
  3. Fixed issue and tests

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    266629f View commit details
    Browse the repository at this point in the history
  4. Fixed more tests

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    d4da373 View commit details
    Browse the repository at this point in the history
  5. more fixes

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    96654b6 View commit details
    Browse the repository at this point in the history
  6. Updated docstrings

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0e0f30b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db492b5 View commit details
    Browse the repository at this point in the history
  8. Fix tests.

    khustup committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ba67c5b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'filter_improvements' into VectorStoreSmallUpdates

    # Conflicts:
    #	deeplake/constants.py
    #	deeplake/core/vectorstore/deeplake_vectorstore.py
    #	deeplake/core/vectorstore/test_deeplake_vectorstore.py
    #	deeplake/core/vectorstore/vector_search/dataset/dataset.py
    adolkhan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    af1b316 View commit details
    Browse the repository at this point in the history
  10. Fixes

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    63b9ba5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fb5ca0 View commit details
    Browse the repository at this point in the history
  12. Fixed .data() method.

    khustup committed May 26, 2023
    Configuration menu
    Copy the full SHA
    6eade03 View commit details
    Browse the repository at this point in the history
  13. Cleaned up parsing

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    6b80c4d View commit details
    Browse the repository at this point in the history
  14. fixes

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    8087e39 View commit details
    Browse the repository at this point in the history
  15. Refactor

    adolkhan committed May 26, 2023
    Configuration menu
    Copy the full SHA
    09b9c1e View commit details
    Browse the repository at this point in the history
  16. Fixed tensors.

    khustup committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4000d11 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    58814e3 View commit details
    Browse the repository at this point in the history
  18. Better codecov

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    45dccdb View commit details
    Browse the repository at this point in the history
  19. Final fixes.

    khustup committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a46f491 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cfb269a View commit details
    Browse the repository at this point in the history
  21. Fixed black.

    khustup committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b4d2ae5 View commit details
    Browse the repository at this point in the history
  22. fixes

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    3268291 View commit details
    Browse the repository at this point in the history
  23. fixes

    istranic committed May 26, 2023
    Configuration menu
    Copy the full SHA
    c66ec6b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6e234be View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Raw data in remote query

    ProgerDav committed May 28, 2023
    Configuration menu
    Copy the full SHA
    b65009d View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Error message fixes

    ProgerDav committed May 29, 2023
    Configuration menu
    Copy the full SHA
    084c107 View commit details
    Browse the repository at this point in the history
  2. Fix types and lint

    ProgerDav committed May 29, 2023
    Configuration menu
    Copy the full SHA
    f30b63d View commit details
    Browse the repository at this point in the history
  3. Docstring fix

    ProgerDav committed May 29, 2023
    Configuration menu
    Copy the full SHA
    25364a9 View commit details
    Browse the repository at this point in the history
  4. refactors

    adolkhan committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e93115b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8ce70b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'filter_improvements' into VectorStoreSmallUpdates

    # Conflicts:
    #	deeplake/core/vectorstore/deeplake_vectorstore.py
    #	deeplake/core/vectorstore/test_deeplake_vectorstore.py
    #	deeplake/core/vectorstore/vector_search/filter/filter.py
    #	deeplake/core/vectorstore/vector_search/indra/vector_search.py
    adolkhan committed May 29, 2023
    Configuration menu
    Copy the full SHA
    2b5a2e4 View commit details
    Browse the repository at this point in the history
  7. test fixes

    adolkhan committed May 29, 2023
    Configuration menu
    Copy the full SHA
    64e576d View commit details
    Browse the repository at this point in the history
  8. Fixes and updates

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5427287 View commit details
    Browse the repository at this point in the history
  9. prelim commit

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    cc113eb View commit details
    Browse the repository at this point in the history
  10. more fixes

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    51890cd View commit details
    Browse the repository at this point in the history
  11. more fixes

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    8b68133 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' of https://github.com/activeloopai/deeplake into …

    …filter_improvements
    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    9f02c4a View commit details
    Browse the repository at this point in the history
  13. fixes

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    8483fe1 View commit details
    Browse the repository at this point in the history
  14. Fixes

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    d09e2c3 View commit details
    Browse the repository at this point in the history
  15. More fixes

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    f58a81e View commit details
    Browse the repository at this point in the history
  16. Ran black .

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    88e078c View commit details
    Browse the repository at this point in the history
  17. Resolved merge conflicts

    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7142a5b View commit details
    Browse the repository at this point in the history
  18. Merge branch 'main' of https://github.com/activeloopai/deeplake into …

    …VectorStoreSmallUpdates
    istranic committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a855f70 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eea741d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. improved tests

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    35e675c View commit details
    Browse the repository at this point in the history
  2. Small linting fix

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    609b8c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f51e0e9 View commit details
    Browse the repository at this point in the history
  4. minor fixes

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    bf16d28 View commit details
    Browse the repository at this point in the history
  5. test fixes

    adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1d20cb5 View commit details
    Browse the repository at this point in the history
  6. Ran black .

    istranic authored and adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    eadf9b5 View commit details
    Browse the repository at this point in the history
  7. fix issue with ds.connect

    levongh authored and adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5e39606 View commit details
    Browse the repository at this point in the history
  8. review comments

    levongh authored and adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4b13d2e View commit details
    Browse the repository at this point in the history
  9. update

    FayazRahman authored and adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a9e11b0 View commit details
    Browse the repository at this point in the history
  10. Bump version post release (#2381)

    * bump version
    
    * bump version
    
    * bump version
    
    * bump version
    
    * bump version
    FayazRahman authored and adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    af4df33 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8762eb4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6e49f1 View commit details
    Browse the repository at this point in the history
  13. Resolved merge conflicts

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9ca1fb3 View commit details
    Browse the repository at this point in the history
  14. Add fix

    adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    7187638 View commit details
    Browse the repository at this point in the history
  15. Added search exception

    adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a0bb241 View commit details
    Browse the repository at this point in the history
  16. fixed tests

    adolkhan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    dc97c91 View commit details
    Browse the repository at this point in the history
  17. Resolved merge conflict

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    932b5ef View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    32838f0 View commit details
    Browse the repository at this point in the history
  19. Improved search_basic test

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    984e5bd View commit details
    Browse the repository at this point in the history
  20. Fixed tests and other issues

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5594f81 View commit details
    Browse the repository at this point in the history
  21. resolved merge conflict

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    07cb165 View commit details
    Browse the repository at this point in the history
  22. Improving typing

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e7e9965 View commit details
    Browse the repository at this point in the history
  23. Fixed typing

    istranic committed May 30, 2023
    Configuration menu
    Copy the full SHA
    d3097ad View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1d31553 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Fixed low level search tests

    istranic committed May 31, 2023
    Configuration menu
    Copy the full SHA
    0e422c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f09711 View commit details
    Browse the repository at this point in the history
  3. prelim commit

    istranic committed May 31, 2023
    Configuration menu
    Copy the full SHA
    e32b402 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Fixed tests and errors

    istranic committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    653ef93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8da40be View commit details
    Browse the repository at this point in the history
  3. WIP

    adolkhan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    11602ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dceede View commit details
    Browse the repository at this point in the history
  5. Added new ingestion logic

    adolkhan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a432505 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9b00ea View commit details
    Browse the repository at this point in the history
  7. improvements

    adolkhan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e8e30e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7cb85c1 View commit details
    Browse the repository at this point in the history
  9. fixed test delete

    istranic committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d211d7e View commit details
    Browse the repository at this point in the history
  10. New api support

    adolkhan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e7247b6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b6b7f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e4b547 View commit details
    Browse the repository at this point in the history
  13. tests fix

    adolkhan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    94cc677 View commit details
    Browse the repository at this point in the history
  14. data ingestion fix

    adolkhan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    ea07aaa View commit details
    Browse the repository at this point in the history
  15. Testing related changes

    adolkhan committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a04f674 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    083f2f2 View commit details
    Browse the repository at this point in the history
  17. Resolving conflicts

    istranic committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    00a9248 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

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

    istranic committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    157cc9c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2400 from activeloopai/NextGenVectorStore

    Further Improvement to Vector Store
    istranic authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    01f8cb1 View commit details
    Browse the repository at this point in the history
  4. ingestion logc twicks

    adolkhan committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    364fa60 View commit details
    Browse the repository at this point in the history
  5. mypy fixes + examples

    adolkhan committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    777c520 View commit details
    Browse the repository at this point in the history
  6. darglint fixes

    adolkhan committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    96ae788 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb93411 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0ea560 View commit details
    Browse the repository at this point in the history
  9. test fix

    adolkhan committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    5ff3f04 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d54ad85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97c4019 View commit details
    Browse the repository at this point in the history
  12. tests

    adolkhan committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    8238b9c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    84ac5dd View commit details
    Browse the repository at this point in the history
  14. Added support for images

    istranic committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    3f34fe8 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

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

    istranic committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    04f4fa3 View commit details
    Browse the repository at this point in the history
  3. fix

    istranic committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    a87f15a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2406 from activeloopai/vs_images_support

    Added support for images
    istranic authored Jun 3, 2023
    Configuration menu
    Copy the full SHA
    587f219 View commit details
    Browse the repository at this point in the history
  5. improved docstrings

    istranic committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    e35a547 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Fixed bug with ingestion

    adolkhan committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    48cce49 View commit details
    Browse the repository at this point in the history
  2. new tests

    adolkhan committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    f23f968 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Apply suggestions from code review

    Co-authored-by: Fayaz Rahman <fayazrahman4u@gmail.com>
    Co-authored-by: Fariz Rahman <farizrahman4u@gmail.com>
    3 people authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    9f80bb3 View commit details
    Browse the repository at this point in the history
  2. Review changes

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    e1c5f0a View commit details
    Browse the repository at this point in the history
  3. upd

    FayazRahman committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0796f49 View commit details
    Browse the repository at this point in the history
  4. Refactoring based on review

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0455b2e View commit details
    Browse the repository at this point in the history
  5. docs fix

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    16fefbb View commit details
    Browse the repository at this point in the history
  6. small fix

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    764050b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71b7da5 View commit details
    Browse the repository at this point in the history
  8. docs

    FayazRahman committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    938427f View commit details
    Browse the repository at this point in the history
  9. Improving tests

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4e8cf6b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37efd70 View commit details
    Browse the repository at this point in the history
  11. Update deeplake/core/vectorstore/deeplake_vectorstore.py

    Co-authored-by: Fayaz Rahman <fayazrahman4u@gmail.com>
    istranic and FayazRahman authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1c06fd7 View commit details
    Browse the repository at this point in the history
  12. Update deeplake/core/vectorstore/deeplake_vectorstore.py

    Co-authored-by: Fayaz Rahman <fayazrahman4u@gmail.com>
    istranic and FayazRahman authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    be1f189 View commit details
    Browse the repository at this point in the history
  13. increased codecov

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    c036be9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b92c22f View commit details
    Browse the repository at this point in the history
  15. tests + linting

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    72216dd View commit details
    Browse the repository at this point in the history
  16. final fixes

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ad6e8ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ff4c3b5 View commit details
    Browse the repository at this point in the history
  18. refactor

    adolkhan committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4553b1c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. black fix

    adolkhan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5c9ad55 View commit details
    Browse the repository at this point in the history
  2. transforms fix

    adolkhan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    900e3e8 View commit details
    Browse the repository at this point in the history
  3. fix

    FayazRahman committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    75b197d View commit details
    Browse the repository at this point in the history
  4. ssh

    adolkhan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    baa38b4 View commit details
    Browse the repository at this point in the history
  5. ssh

    adolkhan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    e1f38a9 View commit details
    Browse the repository at this point in the history
  6. ssh

    adolkhan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    90ce2eb View commit details
    Browse the repository at this point in the history
  7. ssh

    adolkhan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    af429ea View commit details
    Browse the repository at this point in the history
  8. remove ssh

    adolkhan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    fcdfb7f View commit details
    Browse the repository at this point in the history
  9. increased treshold

    adolkhan committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    ea7e4e2 View commit details
    Browse the repository at this point in the history