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

Updating Chainlit fork #1

Merged
merged 220 commits into from
Jul 15, 2024
Merged

Updating Chainlit fork #1

merged 220 commits into from
Jul 15, 2024

Conversation

aryadhruv
Copy link
Owner

No description provided.

willydouhard and others added 30 commits November 17, 2023 14:25
* 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
willydouhard and others added 29 commits June 2, 2024 17:36
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
@aryadhruv aryadhruv merged commit 606121a into aryadhruv:main Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.