Back to Nexa Sdk

LlamaIndex + Nexa SDK Examples

cookbook/llama-index/README.md

0.2.73666 B
Original Source

LlamaIndex + Nexa SDK Examples

This folder contains practical examples of integrating Nexa SDK with LlamaIndex.

Setup

  1. Install dependencies:
bash
pip install -r requirements.txt
  1. Make sure Nexa SDK server is running:
bash
# In another terminal
nexa serve

Examples

Streaming Example (example.py)

Demonstrate streaming responses from the model.

bash
python example.py

Next Steps