-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
21ad163
commit 3a4a7ce
Showing
230 changed files
with
4,688 additions
and
4,065 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,8 @@ dist | |
|
||
.env | ||
|
||
*.files | ||
|
||
poetry.lock | ||
|
||
venv | ||
|
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
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
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
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
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
Oops, something went wrong.