-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[CLN] Move validation logic to server #2709
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
Please tag your PR title with one of: [ENH | BUG | DOC | TST | BLD | PERF | TYP | CLN | CHORE]. See https://docs.trychroma.com/contributing#contributing-code-and-ideas |
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @spikechroma and the rest of your teammates on Graphite |
c0a537a
to
84c08d4
Compare
9bcbf47
to
fa4b7bc
Compare
84c08d4
to
c45e798
Compare
fa4b7bc
to
5fa105d
Compare
33d2f79
to
bbc7b20
Compare
5fa105d
to
7baf48e
Compare
related issue: #164 |
bbc7b20
to
44cdda2
Compare
7d4c032
to
88a12a9
Compare
44cdda2
to
3655036
Compare
88a12a9
to
beb307f
Compare
6053074
to
d7d276a
Compare
beb307f
to
69c1af2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's discuss
69c1af2
to
7046b55
Compare
2f6492d
to
88fde75
Compare
9511c08
to
efb7cf5
Compare
df9c88d
to
a89ebef
Compare
42bbe55
to
8375b52
Compare
a8d984a
to
06b289a
Compare
96c27d1
to
45316d7
Compare
ffd9bc8
to
6f047d2
Compare
ced0644
to
6742634
Compare
cecf191
to
b8a6b94
Compare
8003509
to
b2b4ba9
Compare
0b2b9e1
to
ec37c1a
Compare
b2b4ba9
to
1441eaa
Compare
5c2bf55
to
75087a8
Compare
8253eed
to
63ae52b
Compare
75087a8
to
7a4db81
Compare
63ae52b
to
d31a6ff
Compare
0247ba4
to
c2b44b6
Compare
d31a6ff
to
a8fd123
Compare
c2b44b6
to
cea408e
Compare
cea408e
to
4e27cd5
Compare
Description of changes
Summarize the changes made by this PR.
Test plan
How are these changes tested?
pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the docs repository?