-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(frontend): talk with models and handle code markdown #2980
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
dosubot
bot
added
the
size:XL
This PR changes 500-999 lines, ignoring generated files.
label
Aug 8, 2024
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
dosubot
bot
added
area: backend
Related to backend functionality or under the /backend directory
area: frontend
Related to frontend functionality or under the /frontend directory
labels
Aug 8, 2024
complete ENT-35 |
StanGirard
approved these changes
Aug 8, 2024
This was referenced Aug 7, 2024
StanGirard
added a commit
that referenced
this pull request
Aug 12, 2024
🤖 I have created a release *beep* *boop* --- ## 0.0.295 (2024-08-12) ## What's Changed * chore: Update frontend README.md with yarn dev command (#2931) by @StanGirard in #2958 * feat: Add brain_id and brain_name to ChatLLMMetadata model by @StanGirard in #2968 * feat(frontend): talk with models and handle code markdown by @Zewed in #2980 * fix(frontend): talk with models by @Zewed in #2981 * feat(models): all models by default by @StanGirard in #2983 * chore(env): add deactivate stripe env variable by @StanGirard in #2986 * fix(frontend): handling unimported languages in Prism js by @Zewed in #2990 * fix(frontend): logo design of models by @Zewed in #2992 **Full Changelog**: v0.0.294...v0.0.295 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
StanGirard
added a commit
that referenced
this pull request
Sep 10, 2024
🤖 I have created a release *beep* *boop* --- ## [0.0.14](core-0.0.13...core-0.0.14) (2024-09-09) ### Features * Add brain_id and brain_name to ChatLLMMetadata model ([#2968](#2968)) ([1112001](1112001)) * add chat with models ([#2933](#2933)) ([fccd197](fccd197)) * Add get_model method to ModelRepository ([#2949](#2949)) ([13e9fc4](13e9fc4)) * **anthropic:** add llm ([#3146](#3146)) ([8e29218](8e29218)) * **azure:** quivr compatible with it ([#3005](#3005)) ([b5f31a8](b5f31a8)) * **frontend:** talk with models and handle code markdown ([#2980](#2980)) ([ef6037e](ef6037e)) * quivr core 0.1 ([#2970](#2970)) ([380cf82](380cf82)) * using langgraph in our RAG pipeline ([#3130](#3130)) ([8cfdf53](8cfdf53)) ### Bug Fixes * **chat:** order of chat history was reversed ([#3148](#3148)) ([7209500](7209500)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: backend
Related to backend functionality or under the /backend directory
area: frontend
Related to frontend functionality or under the /frontend directory
lgtm
This PR has been approved by a maintainer
size:XL
This PR changes 500-999 lines, ignoring generated files.
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
complete ENT-35