Skip to content
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

Fix: text chunking processor ingestion bug on multi-node cluster #713

Merged
merged 10 commits into from
May 1, 2024

Commits on Apr 30, 2024

  1. fix multi node text chunking processor index bug

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e953f3b View commit details
    Browse the repository at this point in the history
  2. add change log

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1ee98eb View commit details
    Browse the repository at this point in the history
  3. bug fix: no max token count setting in index

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b2cda23 View commit details
    Browse the repository at this point in the history
  4. make program faster without creating index settings object

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c3a2db9 View commit details
    Browse the repository at this point in the history
  5. add comment

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    49aa1cc View commit details
    Browse the repository at this point in the history
  6. fix comment

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c72e771 View commit details
    Browse the repository at this point in the history
  7. resolve code review

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    052b914 View commit details
    Browse the repository at this point in the history
  8. simplify the code given toInt in NumberUtils

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2e5fcc3 View commit details
    Browse the repository at this point in the history
  9. resolve code review comments

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fe6eda0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Merge branch 'main' into Fix/ChunkingMultiNode

    Signed-off-by: yuye-aws <yuyezhu@amazon.com>
    yuye-aws authored May 1, 2024
    Configuration menu
    Copy the full SHA
    f9116b1 View commit details
    Browse the repository at this point in the history