-
Notifications
You must be signed in to change notification settings - Fork 269
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
Feature/blast web and chat #173
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Changes requested.
- Reviewed the entire pull request up to a253f14
- Looked at
6760
lines of code in107
files - Took 6 minutes and 12 seconds to review
More info
- Skipped
49
files when reviewing. - Skipped posting
0
additional comments because they didn't meet confidence threshold of50%
.
Workflow ID: wflow_O8p3ZXC2diMKUEJ6
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. We'll respond in a few minutes. Learn more here.
@@ -102,22 +95,8 @@ The project includes several basic examples that demonstrate application deploym | |||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The setup instructions for the web and chat applications have been removed. If these instructions are still relevant for users who want to run the applications locally, consider adding them back or providing an alternative location where this information can be found.
* feat: introduce Config class and update E2EPipelineFactory to use it (#172) * add changes * decouple config * Feature/blast web and chat (#173) * add changes * decouple config * blast web and chat * Feature/prompt provider and type reno (#174) * modify * mostly complete. * tweak types * Feature/add app field to config (#175) * modify * mostly complete. * tweak types * fix config name issue, add app field * tweak imports and all that * Feature/add redis config option (#176) * modify * mostly complete. * tweak types * add redis config option * erase cruft * Feature/add redis config option (#177) * modify * mostly complete. * tweak types * add redis config option * erase cruft * update package deps (#178)
Summary:
This PR removes the
web
andchat
applications, simplifies the pipeline setup, and removes several components and utilities from the web interface.Key points:
web
andchat
applications from the project.r2r/main/factory.py
andr2r/main/utils.py
.Embeddings
,Footer
,IntegrationCard
,LocalProvidersMenu
,PipelineCard
,ProjectHeader
,Retrievals
,SearchBar
,SecretsModal
,SubNavigationMenu
,ThemeProvider
,WorkspacesSelect
, and their associated styles.web/src/pages/api
.web/src/utils/supabase
.Generated with ❤️ by ellipsis.dev