-
Notifications
You must be signed in to change notification settings - Fork 228
Add llamaindexserver support #533
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
base: main
Are you sure you want to change the base?
Conversation
| "brotli>=1.1.0", | ||
| "websockets>=15.0.1" | ||
| "websockets>=15.0.1", | ||
| "llama-index-server>=0.1.21", |
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.
just added this temporarily so workflow can resolve the types
| return StopEvent(result=response_stream) | ||
|
|
||
| code_artifact_workflow = ArtifactWorkflow( | ||
| # TODO: how can we pass the data from the chat request to the workflow? |
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.
TODO: how can we pass the data from the chat request (annotation format from vercel) to the workflow
| - "What is LlamaIndex?" | ||
| - "How do I use it with LLMs?" | ||
| ui_path: ".ui" # Path for downloaded UI static files (default: ".ui") | ||
| component_dir: "components" # The directory for custom UI components rendering events emitted by the workflow. The default is None, which does not render custom UI components. |
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.
TBD: how can we serve these files?
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.
needs to be reverted
No description provided.