-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ENH] return configuration in server response #4087
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1 task
5372cf9
to
09633ee
Compare
08c9a4f
to
3c89ad8
Compare
acd5203
to
5faaf90
Compare
3c89ad8
to
f1aea74
Compare
5faaf90
to
7fbe31e
Compare
f1aea74
to
7334a3f
Compare
7fbe31e
to
95c4dbb
Compare
7334a3f
to
c645969
Compare
95c4dbb
to
59b49f0
Compare
1 task
59b49f0
to
f06fbcd
Compare
c645969
to
9d1ec6d
Compare
This was referenced Apr 7, 2025
9d1ec6d
to
f920887
Compare
3605211
to
ddde3db
Compare
f920887
to
fb1d960
Compare
ddde3db
to
af072d7
Compare
b29f535
to
755024e
Compare
e7dbe8b
to
247c330
Compare
755024e
to
fe2e03d
Compare
247c330
to
27d7e2d
Compare
fe2e03d
to
7976b61
Compare
27d7e2d
to
8896527
Compare
1 task
8896527
to
77d19d4
Compare
69ef0ab
to
7329be6
Compare
09bad86
to
4b5fc93
Compare
7329be6
to
0bcaab3
Compare
0bcaab3
to
c81195e
Compare
4b5fc93
to
10f450d
Compare
c81195e
to
13b7424
Compare
1 task
10f450d
to
9f394e1
Compare
f464c51
to
4b4277d
Compare
4b4277d
to
f3ec5a5
Compare
9f394e1
to
161ea0f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
#[serde(skip_serializing)]
attribute fromconfig
field inCollection
struct, allowing it to be serializedToSchema
derive macro toVectorIndexConfiguration
enum, enabling OpenAPI schema generationToSchema
derive macro toInternalCollectionConfiguration
struct for OpenAPI schema generationToSchema
derive macro toInternalSpannConfiguration
struct for OpenAPI schema generationTest plan
pytest
for python,yarn test
for js,cargo test
for rustDocumentation Changes
No documentation changes required as these changes are related to internal serialization and schema generation capabilities.