Skip to content

feat: add retriever and query engine implementations#34

Merged
radu-mocanu merged 4 commits intomainfrom
feat/vectorstore
Jun 23, 2025
Merged

feat: add retriever and query engine implementations#34
radu-mocanu merged 4 commits intomainfrom
feat/vectorstore

Conversation

@radu-mocanu
Copy link
Copy Markdown
Collaborator

@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
@cristipufu cristipufu deleted the feat/vectorstore branch June 30, 2025 13:05
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