Skip to content
Snippets Groups Projects
Unverified Commit 046ff061 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub
Browse files
parent 8b81b179
No related branches found
Tags v0.1.11
No related merge requests found
---
"create-llama": patch
---
Use `gpt-4-turbo` model as default. Upgrade Python llama-index to 0.10.28
---
"create-llama": patch
---
Remove asking for AI models and use defaults instead (OpenAIs GPT-4 Vision Preview and Embeddings v3). Use `--ask-models` CLI parameter to select models.
---
"create-llama": patch
---
Add observability for Python
---
"create-llama": patch
---
Use poetry run generate to generate embeddings for FastAPI
---
"create-llama": patch
---
Use Settings object for LlamaIndex configuration
---
"create-llama": patch
---
refactor: use tsx instead of ts-node
---
"create-llama": patch
---
Add Qdrant support
---
"create-llama": minor
---
Add Llama3 and Phi3 support using Ollama
# create-llama
## 0.1.0
### Minor Changes
- f1c3e8d: Add Llama3 and Phi3 support using Ollama
### Patch Changes
- a0dec80: Use `gpt-4-turbo` model as default. Upgrade Python llama-index to 0.10.28
- 753229d: Remove asking for AI models and use defaults instead (OpenAIs GPT-4 Vision Preview and Embeddings v3). Use `--ask-models` CLI parameter to select models.
- 1d78202: Add observability for Python
- 6acccd2: Use poetry run generate to generate embeddings for FastAPI
- 9efcffe: Use Settings object for LlamaIndex configuration
- 418bf9b: refactor: use tsx instead of ts-node
- 1be69a5: Add Qdrant support
## 0.0.32
### Patch Changes
......
{
"name": "create-llama",
"version": "0.0.32",
"version": "0.1.0",
"description": "Create LlamaIndex-powered apps with one command",
"keywords": [
"rag",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment