forked from Chainlit/chainlit
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Updating Chainlit fork #1
Merged
Merged
Conversation
This file contains 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
…icts and json serialization issues (#557)
* avoid readme flickering when resuming a chat * highlight resumed conversation in the sidebar * redirect to main chat after deletion * avoid error if conversation does not exist
* check module is loaded before deleting it * fix key error
* allow html behind feature flag * make latex a feature
* init * base data layer * add step to data layer * add queue until user message * remove data_persistence from config * upload askfilemessage response as file element * step context * step context * llama index integration + step elements * haystack integration + step error * langchain integration + error handling * feedback * feedback * refactor AppUser to User * migrate react-client * migrate react-components * migrate main ui * fix mypy * fix type import * fix step issues + langchain issues * token count * remove IMessage and MessageDict * wip fix tests * fix existing tests * add data layer test * action toast * remove seconds from message time * add support for action interruption * rename appuser to user * toast style * fix update thread * use http for file uploads * remove useless create_task * wip data layer * rename client step type * fix chainlit hello * wip data layer * fix test * wip data layer * add root param to step * fix llama index callback handler * add step show input * fix final answer streaming * update readme * step type lower case * chainlit_client * debug ci * debug ci * bump sdk version
* various bug fixes * file upload should flush thread queues * relax python dependency * fix deps * don't send steps if hide_cot is true * make oauth cookie samesite policy configurable * add copy button and replace message buttons * 1.0.0rc2 * changelog * bump sdk version
* do not ask confirmation for new chat if no interaction happened * fix test
* fix element url when authenticated * fix file url * fix chat resume first interaction * hide copy button is disable_feeback is true * add changelog * fix flaky tasklist test
fix small typo
Fixed bug in sql_alchemy.py:delete_step: Wrong/non-existing primary key name for steps_query (was "forId" instead of id)
* Added the ability to specify a root path (sub directory * @cl.on_system_message * add system message * make sure metadata is a dict * add useAudio * fix index error * rc5 --------- Co-authored-by: JT <jtvinolus@gmail.com>
* prepare release * fix: slack bot if user email is not available
* fix: add back get_user_info to AzureADOAuthProvider * prepare patch
* prepare release
* feat: add mistral instrumentation * fix: remove requirements on mistralai * fix: add changelog
* add chat context
* add edit_message
* fix tool nesting
The callback path for authentication in Azure AD, and possibly others, was unintentionally broken in 8ecd415 by modifying the user-facing path. This commit reverts one line of that change to restore it to its previous state.
* give more options for cot (hidden, tool_call, full) * handle scorable runs at the framework level * lack/Teams/Discord DM threads are now split by day
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.
No description provided.