Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreaschandra/learn-llamaindex


https://github.com/andreaschandra/learn-llamaindex

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# learn-llamaindex

## Installation
`pip install -r requirements.txt`

## Ollama
Download Ollama here https://ollama.com/download
Then run `ollama serve`

## Getting Started

Local model
`python starter_local.py`

OpenAI
`python starter_openai.py`