Skip to content

Conversation

andrei-rusu
Copy link

@andrei-rusu andrei-rusu commented Oct 9, 2025

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-llamaindex==0.0.36.dev1000770256",

  # Any version from PR
  "uipath-llamaindex>=0.0.36.dev1000770000,<0.0.36.dev1000780000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-llamaindex = { index = "testpypi" }

runtime_factory = UiPathRuntimeFactory(
UiPathLlamaIndexRuntime, UiPathLlamaIndexRuntimeContext
)
runtime_factory.tracer_provider.add_span_processor(
Copy link
Collaborator

@radu-mocanu radu-mocanu Oct 9, 2025

Choose a reason for hiding this comment

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

I think would be a better design to pass the trace provider to the runtime factory. this would imply changes in the core library also

@cristipufu cristipufu added the build:dev Create a dev build from the pr label Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants