Skip to content

Commit a2d4ef1

Browse files
authored
docs(toolbox-llamaindex): Partially reverts change to restore installation section (#297)
This PR partially reverts some changes from #265, that seems to mistakenly remove the installation section and quickstart heading.
1 parent b839bc5 commit a2d4ef1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/toolbox-llamaindex/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ applications, enabling advanced orchestration and interaction with GenAI models.
3939

4040
<!-- /TOC -->
4141

42+
## Installation
43+
44+
```bash
45+
pip install toolbox-llamaindex
46+
```
47+
48+
## Quickstart
49+
4250
Here's a minimal example to get you started using
4351
[LlamaIndex](https://docs.llamaindex.ai/en/stable/#getting-started):
4452

0 commit comments

Comments
 (0)