https://github.com/andreaschandra/learn-llamaindex
https://github.com/andreaschandra/learn-llamaindex
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreaschandra/learn-llamaindex
- Owner: andreaschandra
- Created: 2024-04-12T05:46:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T12:43:05.000Z (about 2 years ago)
- Last Synced: 2025-04-06T03:27:33.398Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`