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

What's new in 0.25.0 #536

Closed
20 tasks done
nicolay-r opened this issue Nov 13, 2023 · 1 comment
Closed
20 tasks done

What's new in 0.25.0 #536

nicolay-r opened this issue Nov 13, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request task

Comments

@nicolay-r
Copy link
Owner

nicolay-r commented Nov 13, 2023

Support Batching for effecting imputing LLM into text processing pipelines

Previosly, the whole text processing pipeline was relying on the sentence / text part.
Now we overcome that liimitation and therefore we can consider multiple sentences, formed in list i.e. batch.
This step is so important for LLM, LM, neural networks, for which batching accelerates the performance.
As the result, overall pipeline launching is expected to perform faster.

Sources collections are no longer going to be a part of AREkit ✨
Tha allow us to lightweight 🪶 the overall framework and so that purely focus on data processing techniques

Flexibility and Performance Enhancements

Fixed bugs

  • 🔧 RowCacheStorageProvider fixed bug with mismatching size of type list and columns list in case of other force collected columns (ad4312c)

Minor Updates

@nicolay-r nicolay-r changed the title What's new 0.25.0 What's new in 0.25.0 Nov 13, 2023
nicolay-r added a commit that referenced this issue Nov 20, 2023
@nicolay-r nicolay-r self-assigned this Nov 20, 2023
nicolay-r added a commit that referenced this issue Dec 18, 2023
…e. List of column names and column types are now even in terms of their length.
@nicolay-r nicolay-r added the enhancement New feature or request label Dec 18, 2023
nicolay-r added a commit that referenced this issue Dec 27, 2023
@nicolay-r nicolay-r added documentation Improvements or additions to documentation task labels Dec 29, 2023
nicolay-r added a commit that referenced this issue Jan 7, 2024
@nicolay-r
Copy link
Owner Author

Published 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request task
Projects
None yet
Development

No branches or pull requests

1 participant