-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[DOC] Add collection config docs #4300
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
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
This was referenced Apr 16, 2025
This stack of pull requests is managed by Graphite. Learn more about stacking. |
1 task
1 task
7ed7749
to
994001f
Compare
85c75e4
to
6cbd3a6
Compare
6cbd3a6
to
4336cf8
Compare
994001f
to
cb952e2
Compare
4336cf8
to
64dd009
Compare
cb952e2
to
f46a640
Compare
f46a640
to
2ba2d00
Compare
64dd009
to
27f6b0d
Compare
2ba2d00
to
cabc70d
Compare
27f6b0d
to
96b3298
Compare
96b3298
to
b4aabe1
Compare
cabc70d
to
69958a4
Compare
69958a4
to
8827040
Compare
b4aabe1
to
096a38a
Compare
096a38a
to
f9a5eca
Compare
f9a5eca
to
74db38f
Compare
7948fc7
to
2f333dc
Compare
74db38f
to
04a5ca9
Compare
2f333dc
to
87d1b56
Compare
87d1b56
to
f8328d7
Compare
04a5ca9
to
56ff6e9
Compare
56ff6e9
to
3fe5815
Compare
Merge activity
|
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
This PR adds documentation for how to configure collection configuration, settings hnsw parameters, and embedding functions
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?