-
-
Notifications
You must be signed in to change notification settings - Fork 342
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
V3: The Beginning #1169
Merged
V3: The Beginning #1169
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
Co-authored-by: Sanjiv Das <[email protected]>
…ses (#1058) Co-authored-by: Sanjiv Das <[email protected]>
Co-authored-by: Sanjiv Das <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…1066) Co-authored-by: Sanjiv Das <[email protected]>
…o developer documentation (#1073) Co-authored-by: Alan Meeson <[email protected]>
Co-authored-by: Sanjiv Das <[email protected]>
… chat (#1079) Co-authored-by: david qiu <[email protected]>
…/ history (#1080) Co-authored-by: Alan Meeson <[email protected]>
…#1081) Co-authored-by: Mahmut CAVDAR <[email protected]>
…toolbar (#1084) Co-authored-by: Sanjiv Das <[email protected]>
…vider dependencies (#1091) Co-authored-by: Sanjiv Das <[email protected]>
…l in Anthropic (#1093) Co-authored-by: Sanjiv Das <[email protected]>
…th in human messages (#1095) Co-authored-by: david qiu <[email protected]>
Co-authored-by: david qiu <[email protected]>
…1105) Co-authored-by: david qiu <[email protected]>
…reply gracefully in chat (#1110) Co-authored-by: Sanjiv Das <[email protected]>
Co-authored-by: david qiu <[email protected]>
Co-authored-by: ctcjab <[email protected]>
…1130) Co-authored-by: Sanjiv Das <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: david qiu <[email protected]>
Co-authored-by: david qiu <[email protected]>
Co-authored-by: Mr.W <[email protected]>
…#1142) Co-authored-by: david qiu <[email protected]>
* Very first version of the AI working in jupyterlab_collaborative_chat * Allows both collaborative and regular chat to work with AI * handle the help message in the chat too * Autocompletion (#2) * Fix handler methods' parameters * Add slash commands (autocompletion) to the chat input * Stream messages (#3) * Allow for stream messages * update jupyter collaborative chat dependency * AI settings (#4) * Add a menu option to open the AI settings * Remove the input option from the setting widget * pre-commit * linting * Homogeneize typing for optional arguments * Fix import * Showing that the bot is writing (answering) (#5) * Show that the bot is writing (answering) * Update jupyter chat dependency * Some typing * Update extension to jupyterlab_chat (0.6.0) (#8) * Fix linting * Remove try/except to import jupyterlab_chat (not optional anymore), and fix typing * linter * Python unit tests * Fix typing * lint * Fix lint and mypy all together * Fix web_app settings accessor * Fix jupyter_collaboration version Co-authored-by: david qiu <[email protected]> * Remove unecessary try/except * Dedicate one set of chat handlers per room (#9) * create new set of chat handlers per room * make YChat an instance attribute on BaseChatHandler * revert changes to chat handlers * pre-commit * use room_id local var Co-authored-by: Nicolas Brichet <[email protected]> --------- Co-authored-by: Nicolas Brichet <[email protected]> --------- Co-authored-by: david qiu <[email protected]> Co-authored-by: david qiu <[email protected]>
…-Region Inference on Amazon Bedrock (#1143) Co-authored-by: Sanjiv Das <[email protected]>
…ding models (#1149) Co-authored-by: Sanjiv Das <[email protected]>
* dedicate a separate LangChain history object per chat * pre-commit * fix mypy
…#1161) Co-authored-by: david qiu <[email protected]>
Co-authored-by: Divyansh Choudhary <[email protected]>
…s across cells (#1164) Co-authored-by: Sanjiv Das <[email protected]>
* First pass to remove the front end chat * Remove code-toolbar by using a simplified markdown renderer in settings * Remove chat-message-menu (should be ported in jupyter-chat) * Remove chat handler * Follow up 'Remove chat-message-menu (should be ported in jupyter-chat)' commit * Clean package.json * Remove UI tests * Remove the generative AI menu * Remove unused components * run yarn dedupe --------- Co-authored-by: David L. Qiu <[email protected]>
* upgrade to jupyterlab-chat 0.7.0 * pre-commit * upgrade to @jupyter/chat ^0.7.0 in frontend
* remove v2 llm memory, implement ReplyStream * remove v2 websockets & REST handlers * remove unused v2 data models * fix slash command autocomplete * fix unit tests * remove unused _learned context provider * fix mypy * pre-commit * fix optional k arg in YChatHistory * bump jupyter chat to 0.7.1 to fix Python 3.9 tests * revert accidentally breaking /learn
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.
Description
This PR will merge all changes from the
v3-dev
branch intomain
, and serve as the first commit of v3. 🎉v3-dev
using this link.This PR will be published as the first v3 pre-release (v3.0.0a0) the day after Christmas. 🎅
After this PR is merged,
main
will track v3, as v3 will be the latest major version. This follows standard convention on managing open-source repositories.The existing
main
branch is now tracked separately on2.x
.Demo
Screen.Recording.2024-12-24.at.4.08.04.PM.mov
Note that
/generate
is not shown in the demo, but I have verified this to work locally.