Skip to content

Add llamaindexserver support#533

Draft
marcusschiesser wants to merge 3 commits into
mainfrom
ms/add-llama-index-server
Draft

Add llamaindexserver support#533
marcusschiesser wants to merge 3 commits into
mainfrom
ms/add-llama-index-server

Conversation

@marcusschiesser

Copy link
Copy Markdown

No description provided.

Comment thread pyproject.toml
"brotli>=1.1.0",
"websockets>=15.0.1"
"websockets>=15.0.1",
"llama-index-server>=0.1.21",

Copy link
Copy Markdown
Author

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?

Copy link
Copy Markdown
Author

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.

Copy link
Copy Markdown
Author

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?

@coveralls

coveralls commented Jun 9, 2025

Copy link
Copy Markdown

Coverage Status

coverage: 82.972%. remained the same
when pulling 7182533 on ms/add-llama-index-server
into ac927e6 on main.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs to be reverted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants