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

Dev - 1.4.0 #28

Merged
merged 36 commits into from
Feb 13, 2024
Merged

Dev - 1.4.0 #28

merged 36 commits into from
Feb 13, 2024

Conversation

zaldivards
Copy link
Owner

Key changes

  • Support for multiple ingestion (up to 10 sources)
  • Rename of sections
  • Correction of errors regarding mysqlalchemy's connection pool

Migrated ChatCard's logic into the chatbox flow
Check each token to look for data sources, then it converts them to JSON
- Updated regex to properly render code responses
- Added the `clean` function to render identations and line breaks
Now if a regex entity is not in the same token it will build it properly.
This solves the issue about when regex entities are streamed like
the following:

token-1: this is the line one\
token-2: nthis is the line two
- Added code to properly render blocks of code
- Added usage of the `clean` function
Added logic to ensure sources are not duplicated as during
the generation process they might be  (due to the async behavior)
Now sources are partitioned into chunks with a fixed size. This approach was
added to properly handle the streaming of base64-encoded images
This component will be built asynchronously based on the
sources received after a QA response
Added separate functions to simplify the function logic
Now PDF pages are shown centered
Now users can upload up to 10 sources
This utility is a QA processor for batch ingestions
Added support for ingesting multiple sources
This endpoint is useful for indicating whether there are sources available
Now, the response includes the number of files
successfully ingested and the names of the files
skipped because their content had not changed
since the previous ingestion
Now, the user is informed about succeses and
failures of ingestions
@zaldivards zaldivards added the enhancement New feature or request label Feb 13, 2024
@zaldivards zaldivards self-assigned this Feb 13, 2024
@zaldivards zaldivards merged commit 6d4faa6 into main Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant