Skip to content

1.2.0

Latest
Compare
Choose a tag to compare
@rjrudin rjrudin released this 19 Dec 20:46
· 4 commits to main since this release

This release provides the following enhancements:

  1. Support for Retrieval-augmented generation, or RAG with MarkLogic via support for splitting text and adding embeddings during any import or copy operation. See the Import guide for more information on splitting text and adding embeddings.
  2. When exporting rows, can now use any Optic data access function and not just op.fromView.
  3. When exporting documents, Flux no longer requires any query options to be specified and defaults to exporting all documents that a user can read.
  4. When exporting data to files, Flux will automatically create the given path if it does not exist, regardless of the target file type (prior to 1.2.0, this only happened for export commands).
  5. The reprocess command has a new --thread-count option to simplify parallelizing the processing of data in MarkLogic.

To get started, download the marklogic-flux-1.2.0.zip file below and visit our Getting Started guide.