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

Add a vectordb module #2263

Merged
merged 42 commits into from
Apr 10, 2024
Merged

Add a vectordb module #2263

merged 42 commits into from
Apr 10, 2024

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    e3e6783 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c0770a View commit details
    Browse the repository at this point in the history
  3. Added filter by distance

    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    901ac1a View commit details
    Browse the repository at this point in the history
  4. Added test utils

    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5af4a0c View commit details
    Browse the repository at this point in the history
  5. Fix format

    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1d9984e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df6c549 View commit details
    Browse the repository at this point in the history
  7. Fix type hint of dict

    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7793a06 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'refactor_abstract_vectordb' of github.com:microsoft/aut…

    …ogen into refactor_abstract_vectordb
    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    99e913a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cac4804 View commit details
    Browse the repository at this point in the history
  10. Rename test

    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cf7fcda View commit details
    Browse the repository at this point in the history
  11. Add test chromadb

    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7d32490 View commit details
    Browse the repository at this point in the history
  12. Fix test no chromadb

    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b2a80b5 View commit details
    Browse the repository at this point in the history
  13. Add coverage

    thinkall committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c2dce1d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dddf1ec View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

    thinkall committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    95df200 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    thinkall committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    83ed9d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41c4c44 View commit details
    Browse the repository at this point in the history
  5. Fix docs build error

    thinkall committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b50d93c View commit details
    Browse the repository at this point in the history
  6. Add types to base

    thinkall committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5e37f4a View commit details
    Browse the repository at this point in the history
  7. Update base

    thinkall committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9bd612a View commit details
    Browse the repository at this point in the history
  8. Update utils

    thinkall committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    bc61162 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Update chromadb

    thinkall committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e9ece8a View commit details
    Browse the repository at this point in the history
  2. Add get_docs_by_ids

    thinkall committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1db36d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9609636 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c0cb43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccb9494 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30e2a98 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    402d755 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    5a44f8b View commit details
    Browse the repository at this point in the history
  2. Improve docstring

    thinkall committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    411a1db View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Add get all docs

    thinkall committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a78d572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b644c3 View commit details
    Browse the repository at this point in the history
  3. Improve type hints

    thinkall committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    aed255e View commit details
    Browse the repository at this point in the history
  4. Update logger

    thinkall committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    9cdc97b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05d34a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    283a16c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    100febb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    2518f3d View commit details
    Browse the repository at this point in the history
  2. Improve test workflow

    thinkall committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6a126c8 View commit details
    Browse the repository at this point in the history