-
Notifications
You must be signed in to change notification settings - Fork 507
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
Conversation
Welcome @Rested! It looks like this is your first PR to zilliztech/GPTCache 🎉 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## dev #513 +/- ##
==========================================
- Coverage 94.20% 93.24% -0.96%
==========================================
Files 94 94
Lines 3898 3967 +69
==========================================
+ Hits 3672 3699 +27
- Misses 226 268 +42
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Rested The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: SimFG <[email protected]> Signed-off-by: Reuben Thomas-Davis <[email protected]>
* 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]>
Signed-off-by: SimFG <[email protected]> Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Thank you for your patience with this pr |
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Signed-off-by: Reuben Thomas-Davis <[email protected]>
Not sure what's up with the last ci fail |
#415 addresses some of the comments here