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 support for Qdrant VectorDB #928

Merged
merged 89 commits into from
Jul 2, 2024
Merged

Add support for Qdrant VectorDB #928

merged 89 commits into from
Jul 2, 2024

Commits on May 25, 2024

  1. Added the initial code for qdrant-vector client

    hkhajgiwale committed May 25, 2024
    Configuration menu
    Copy the full SHA
    139d23a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Added the Qdrant vectorstore db md

    hkhajgiwale committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a9f7eda View commit details
    Browse the repository at this point in the history
  2. Modified the MD

    hkhajgiwale committed May 28, 2024
    Configuration menu
    Copy the full SHA
    28dfebe View commit details
    Browse the repository at this point in the history
  3. Fixed the url typo

    hkhajgiwale committed May 28, 2024
    Configuration menu
    Copy the full SHA
    63eea0e View commit details
    Browse the repository at this point in the history
  4. Added few more chagnes

    hkhajgiwale committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f4456b1 View commit details
    Browse the repository at this point in the history
  5. Added comments and restructured the file

    hkhajgiwale committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c15bf31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3f2e5c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    a8d69db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a56003d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0106634 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51f51ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a346f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd153b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b18025 View commit details
    Browse the repository at this point in the history
  8. Update poetry.lock

    hkhajgiwale authored May 31, 2024
    Configuration menu
    Copy the full SHA
    baac892 View commit details
    Browse the repository at this point in the history
  9. Update poetry.lock

    hkhajgiwale authored May 31, 2024
    Configuration menu
    Copy the full SHA
    a8bfd8b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6cf977f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e3a370 View commit details
    Browse the repository at this point in the history
  12. Making poetry at par with dev

    hkhajgiwale committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ec874e9 View commit details
    Browse the repository at this point in the history
  13. updated poetry.lock

    hkhajgiwale committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1b6dafa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2106b7e View commit details
    Browse the repository at this point in the history
  15. Modified the test file

    hkhajgiwale committed May 31, 2024
    Configuration menu
    Copy the full SHA
    308b245 View commit details
    Browse the repository at this point in the history
  16. Formatting

    hkhajgiwale committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9b54769 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    389769f View commit details
    Browse the repository at this point in the history
  18. Refactored the driver claass

    hkhajgiwale committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f3e3854 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jun 4, 2024

  1. Added the change

    hkhajgiwale committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    08ddb70 View commit details
    Browse the repository at this point in the history
  2. Removed commented code

    hkhajgiwale committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5d274cc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Incorporated required changes

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7ab4492 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dev' into feature/qdrant_vector_…

    …store_driver
    
    * origin/dev:
      Update poetry.lock
    
    # Conflicts:
    #	poetry.lock
    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    79555ba View commit details
    Browse the repository at this point in the history
  3. Reverting to dev

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2cf5e6f View commit details
    Browse the repository at this point in the history
  4. Removed create collections, batches and build payloads

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    ed58a03 View commit details
    Browse the repository at this point in the history
  5. Added the str_to_hash instead of uuid

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b2582a0 View commit details
    Browse the repository at this point in the history
  6. Changed poetry lock

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f921751 View commit details
    Browse the repository at this point in the history
  7. Reverted to dfev

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9415e6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f5af949 View commit details
    Browse the repository at this point in the history
  9. Update pyproject.toml

    hkhajgiwale authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6ba7f64 View commit details
    Browse the repository at this point in the history
  10. Added correct poetry.lock

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8ab2f01 View commit details
    Browse the repository at this point in the history
  11. Formatting using ruff

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b976a3f View commit details
    Browse the repository at this point in the history
  12. Added dict for points

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a995df6 View commit details
    Browse the repository at this point in the history
  13. Fixed delete vector

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    6c74636 View commit details
    Browse the repository at this point in the history
  14. Added import_optional_dependency

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8c2c447 View commit details
    Browse the repository at this point in the history
  15. Added all the usecases

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cd4872a View commit details
    Browse the repository at this point in the history
  16. Fixed the docs

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    b1e6504 View commit details
    Browse the repository at this point in the history
  17. Added extra test cases and removed direct imports

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2e4b691 View commit details
    Browse the repository at this point in the history
  18. Updated the usage code in docs

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7159324 View commit details
    Browse the repository at this point in the history
  19. Moved embedding driver to fixture

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    47e3858 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3dcf5ee View commit details
    Browse the repository at this point in the history
  21. Update poetry.lock

    hkhajgiwale authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    392a60e View commit details
    Browse the repository at this point in the history
  22. updated the test file for more code coverage

    hkhajgiwale committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2f96def View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    46c5b72 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    4b02e10 View commit details
    Browse the repository at this point in the history
  2. Removed unused force_create, added api_key in init and removed with_p…

    …ayload and with_vector
    hkhajgiwale committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    337945b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Added the default parameters

    hkhajgiwale committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    94dba24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c32f238 View commit details
    Browse the repository at this point in the history
  3. Fixed the test case

    hkhajgiwale committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    99f71e1 View commit details
    Browse the repository at this point in the history
  4. Refactored code to eliminate try and catch

    hkhajgiwale committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f3f5c71 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 23, 2024

  1. Added the deterministic UUIDV5

    hkhajgiwale committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    7aefee7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6553750 View commit details
    Browse the repository at this point in the history
  3. Updated poetry.loc

    hkhajgiwale committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    665330a View commit details
    Browse the repository at this point in the history
  4. Removed QueryResult and added Entry

    hkhajgiwale committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    6db7435 View commit details
    Browse the repository at this point in the history
  5. Expanded the test coverage

    hkhajgiwale committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    105db33 View commit details
    Browse the repository at this point in the history
  6. Expanded the test coverage

    hkhajgiwale committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c167b0c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Create ci.yml

    hkhajgiwale authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a7a7378 View commit details
    Browse the repository at this point in the history
  2. Update code-checks.yml

    hkhajgiwale authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8659e61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b40c2d View commit details
    Browse the repository at this point in the history
  4. Formatted the test cases

    hkhajgiwale committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a10e689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    901977f View commit details
    Browse the repository at this point in the history
  6. Update docs/griptape-framework/drivers/vector-store-drivers.md

    Co-authored-by: Anush  <anushshetty90@gmail.com>
    hkhajgiwale and Anush008 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f117dd3 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Anush  <anushshetty90@gmail.com>
    hkhajgiwale and Anush008 authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b75e370 View commit details
    Browse the repository at this point in the history
  8. Reverted int as optional owing to inheritance

    hkhajgiwale committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ddbbdb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6274954 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Added the correct use cases

    hkhajgiwale committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    55e8cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    940ece5 View commit details
    Browse the repository at this point in the history
  3. Updated the poetry.lock

    hkhajgiwale committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4c935dd View commit details
    Browse the repository at this point in the history
  4. Removed the commented code

    hkhajgiwale committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f0d51c5 View commit details
    Browse the repository at this point in the history
  5. Handled the negative case

    hkhajgiwale committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    085822a View commit details
    Browse the repository at this point in the history
  6. Removed the results section

    hkhajgiwale committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    624bad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    4d51ec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e6077c View commit details
    Browse the repository at this point in the history
  3. Removed the unused VECTOR_NAME

    hkhajgiwale committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    acf642d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11053f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2035e4c View commit details
    Browse the repository at this point in the history
  6. Added the QDRANT_CLUSTER_API_KEY

    hkhajgiwale committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    588cfb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    ad39e2f View commit details
    Browse the repository at this point in the history
  2. Added the QdrantVectorStoreDriver to the changelog

    hkhajgiwale committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    dd162b6 View commit details
    Browse the repository at this point in the history
  3. Updated the poetry.locl

    hkhajgiwale committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e1638a8 View commit details
    Browse the repository at this point in the history
  4. integ tests

    vachillo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2b52eb9 View commit details
    Browse the repository at this point in the history