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

Support caching of async completion and cache completion #513

Merged
merged 14 commits into from
Sep 5, 2023

Commits on Aug 16, 2023

  1. Use the old version for the chromadb (zilliztech#492)

    Signed-off-by: SimFG <[email protected]>
    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    SimFG authored and Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e16568b View commit details
    Browse the repository at this point in the history
  2. added support for weaviate vector databse (zilliztech#493)

    * added support for weaviate vector databse
    
    Signed-off-by: pranaychandekar <[email protected]>
    
    * added support for in local db for weaviate vector store
    
    Signed-off-by: pranaychandekar <[email protected]>
    
    * added unit test case for weaviate vector store
    
    Signed-off-by: pranaychandekar <[email protected]>
    
    * resolved unit test case error for weaviate vector store
    
    Signed-off-by: pranaychandekar <[email protected]>
    
    * increased code coverage
    resolved pylint issues
    
    pylint: disabled C0413
    
    Signed-off-by: pranaychandekar <[email protected]>
    
    ---------
    
    Signed-off-by: pranaychandekar <[email protected]>
    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    pranaychandekar authored and Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a17b710 View commit details
    Browse the repository at this point in the history
  3. Update the version to 0.1.37 (zilliztech#494)

    Signed-off-by: SimFG <[email protected]>
    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    SimFG authored and Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    05e3fc8 View commit details
    Browse the repository at this point in the history
  4. ✨ support caching of async completion and cache completion

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    42f2ae5 View commit details
    Browse the repository at this point in the history
  5. ✨ add streaming support for chatcompletion

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    91752e1 View commit details
    Browse the repository at this point in the history
  6. ✅ improve test coverage and formatting

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f10eab3 View commit details
    Browse the repository at this point in the history
  7. ✨ support caching of async completion and cache completion

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    bb6e53d View commit details
    Browse the repository at this point in the history
  8. ✨ add streaming support for chatcompletion

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    1733b69 View commit details
    Browse the repository at this point in the history
  9. ✅ improve test coverage and formatting

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0dab42e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc6240d View commit details
    Browse the repository at this point in the history
  11. correct merge duplication

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6fc861e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. correct update cache callback

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    003884d View commit details
    Browse the repository at this point in the history
  2. add additional tests for improved coverage

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a7b6887 View commit details
    Browse the repository at this point in the history
  3. remove redundant param in docstring

    Signed-off-by: Reuben Thomas-Davis <[email protected]>
    Rested committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    69f8378 View commit details
    Browse the repository at this point in the history