-
Notifications
You must be signed in to change notification settings - Fork 514
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
Fix the pylint error and add the chromadb test #457
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SimFG The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@wybryan
|
quick note, there is a bug in the GPTCache: for Chroma to work, the embeddings must be converted to float64, otherwise you get save failure message from chroma. |
I have a local fix by subclass SBERT class and implment to_float64_embeddings() method for Chroma, but I am not sure it is the best way to do it, I'll let you decide. :) |
I also encountered this problem when I wrote the test, this pr will fix it, because this test writes a test about Chromadb |
Signed-off-by: SimFG <bang.fu@zilliz.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## dev #457 +/- ##
==========================================
+ Coverage 93.88% 94.03% +0.14%
==========================================
Files 91 91
Lines 3452 3452
==========================================
+ Hits 3241 3246 +5
+ Misses 211 206 -5
|
Signed-off-by: SimFG <bang.fu@zilliz.com> Signed-off-by: sunilkumardash9 <sunilkumardash9@gmail.com>
No description provided.