Skip to content

Commit 3626d1d

Browse files
authored
Merge pull request #92 from UiPath/fix/update_readme
fix: update readme with references
2 parents 5568359 + af8e7c0 commit 3626d1d

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# UiPath LlamaIndex Python SDK
22

3+
[![PyPI - Version](https://img.shields.io/pypi/v/uipath-llamaindex)](https://pypi.org/project/uipath-llamaindex/)
34
[![PyPI downloads](https://img.shields.io/pypi/dm/uipath-llamaindex.svg)](https://pypi.org/project/uipath-llamaindex/)
45
[![Python versions](https://img.shields.io/pypi/pyversions/uipath-llamaindex.svg)](https://pypi.org/project/uipath-llamaindex/)
56

6-
A Python SDK that enables developers to build and deploy LlamaIndex agents to the UiPath Cloud Platform. This package provides programmatic interaction with UiPath Cloud Platform services and human-in-the-loop (HITL) semantics through Action Center integration.
7+
A Python SDK that enables developers to build and deploy LlamaIndex agents to the UiPath Cloud Platform. It provides programmatic interaction with UiPath Cloud Platform services and human-in-the-loop (HITL) semantics through Action Center integration.
78

8-
This package is an extension to the [UiPath Python SDK](https://github.com/UiPath/uipath-python).
9+
This package is an extension to the [UiPath Python SDK](https://github.com/UiPath/uipath-python) and implements the [UiPath Runtime Protocol](https://github.com/UiPath/uipath-runtime-python).
910

1011
Check out these [sample projects](https://github.com/UiPath/uipath-llamaindex-python/tree/main/samples) to see the SDK in action.
1112

@@ -114,3 +115,11 @@ Check out [uipath-dev](https://github.com/uipath/uipath-dev-python) - an interac
114115
### Setting Up a Development Environment
115116

116117
Please read our [contribution guidelines](https://github.com/UiPath/uipath-llamaindex-python/blob/main/CONTRIBUTING.md) before submitting a pull request.
118+
119+
### Special Thanks
120+
121+
A huge thank-you to the open-source community and the maintainers of the libraries that make this project possible:
122+
123+
- [LlamaIndex](https://github.com/run-llama/llama_index) for providing a powerful framework for building stateful LLM applications.
124+
- [OpenInference](https://github.com/Arize-ai/openinference) for observability and instrumentation support.
125+
- [Pydantic](https://github.com/pydantic/pydantic) for reliable, typed configuration and validation.

0 commit comments

Comments
 (0)