Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreaschandra/learn-llamaindex
https://github.com/andreaschandra/learn-llamaindex
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreaschandra/learn-llamaindex
- Owner: andreaschandra
- Created: 2024-04-12T05:46:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T12:43:05.000Z (7 months ago)
- Last Synced: 2024-05-01T16:40:24.480Z (7 months 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`