Clelia (Astra) Bertelli 168198f37f Merge pull request #1 from run-llama/clelia/readme-and-actions
docs: README and LICENSE; ci: actions
2025-09-05 15:07:21 +02:00
2025-09-05 15:05:04 +02:00
2025-09-04 14:21:56 +02:00
2025-09-04 20:40:26 +02:00
2025-09-05 15:05:04 +02:00
2025-09-04 20:40:26 +02:00
2025-09-04 20:40:26 +02:00

LlamaIndex DocuSearcher

LlamaIndex DocuSearcher is a demo application that allows you to search through LlamaIndex, LlamaCloud and LlamaIndex Workflows documentation leveraring the MCP server provided by vibe-llama.

Pre-requisites

In order to run this application, you need to install vibe-llama>=0.4.0.

You can do that by running:

pip install -U vibe-llama

Or you can execute vibe-llama directly with uvx:

uvx vibe-llama --help

In order for LlamaIndex DocuSearcher to work, you need the VibeLlama MCP server to be up and running at http://127.0.0.1:8000/mcp. To do so, run:

vibe-llama starter --mcp
## or, with uvx
uvx vibe-llama starter --mcp

Once you launched the MCP server, you are all set to start with the installation process for LlamaIndex DocuSearcher.

Install and Launch

You first need to clone this repository:

git clone https://github.com/run-llama/llamaindex-docusearcher
cd llamaindex-docusearcher

And then install all the needed dependencies:

npm install

Once you have all the needed dependencies, you can start the app with:

npm run dev

You'll find the app at http://localhost:3000.

License

This application is provided under a MIT license.

S
Description
Search through documentation with vibe-llama MCP
Readme MIT 117 KiB
Latest
2025-09-05 09:07:21 -04:00
Languages
TypeScript 82.1%
CSS 15.6%
JavaScript 2.3%