Flux/version 2.0#30
Closed
plangleyprogress wants to merge 4 commits into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces documentation for MarkLogic Flux 2.x, specifically focusing on data splitting functionality for AI applications. The new README provides comprehensive instructions for splitting data using different strategies to support Retrieval-Augmented Generation (RAG) systems.
Changes:
- Added complete documentation for Flux 2.x data splitting features
- Included examples for character-based, RegEx, and custom splitting strategies across macOS/Linux and Windows platforms
- Documented breaking changes from Flux 1.x regarding single-letter options
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,112 @@ | |||
| Copyright (c) 2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. | |||
|
|
|||
| # Split Data for AI Applications with MarkLogic Flux 2.x | |||
There was a problem hiding this comment.
The heading has an extra leading space before 'Split'. Markdown headings should have the '#' symbol immediately followed by a space and the heading text without additional spaces.
Suggested change
| # Split Data for AI Applications with MarkLogic Flux 2.x | |
| # Split Data for AI Applications with MarkLogic Flux 2.x |
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
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.
adding v2 code updates