-
Notifications
You must be signed in to change notification settings - Fork 698
Add documentation for multi-vector and nested-vector field support #2261
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
base: master
Are you sure you want to change the base?
Conversation
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.
Pull request overview
This PR adds comprehensive documentation for multi-vector document support introduced in Bleve v2.5.7 and fixes markdown linting errors across multiple documentation files.
- Added detailed documentation and code examples for multi-vector per document feature in vectors.md
- Fixed markdown formatting issues (spacing, indentation, and code block syntax) across multiple documentation files
- Enhanced code examples with better comments and error handling
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/vectors.md | Added multi-vector document support documentation with indexing and querying examples for array-based and nested multi-vector fields |
| docs/score_fusion.md | Fixed markdown formatting with proper spacing around headers and list items |
| docs/persister.md | Fixed trailing whitespace and improved code indentation consistency |
| docs/pagination.md | Fixed markdown formatting with proper spacing around code blocks |
| docs/index_update.md | Fixed code block syntax from generic markdown to Go, improved formatting, and added proper spacing |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
abhinavdangeti
left a comment
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.
Good work @CascadingRadium .
bleve@2.5.7we have introduced support to retrieve documents containing multiple vectors for a field. Added documentation for the same.