Skip to content

feat: add retriever and query engine implementations #34

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

Merged
merged 4 commits into from
Jun 23, 2025

Conversation

radu-mocanu
Copy link
Contributor

@radu-mocanu radu-mocanu commented Jun 19, 2025

Changes done:

  • added context grounding retriever and query engine
  • added context grounding docs
  • better exception handling in runtime for workflow timeout exceptions and general python script issues
  • added RAG sample + docs

To be merged after:
UiPath/uipath-python#410

Development Package

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

  # Any version from PR
  "uipath-llamaindex>=0.0.26.dev1000340000,<0.0.26.dev1000350000"
]

[[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" }

@radu-mocanu radu-mocanu self-assigned this Jun 19, 2025
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Jun 19, 2025
@radu-mocanu radu-mocanu force-pushed the feat/vectorstore branch 2 times, most recently from 1dfcaab to 12e90f1 Compare June 23, 2025 10:08
@radu-mocanu radu-mocanu merged commit b79e5a1 into main Jun 23, 2025
19 checks passed
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.

2 participants