Releases: run-llama/create-llama
Releases · run-llama/create-llama
v0.3.15
Patch Changes
- fc5b266: Improve DX for Python template (use one deployment instead of two)
- f8f97d2: Add support for python 3.13
v0.3.14
Patch Changes
- 00f0b3a: fix: dont include user message in chat history
- 4663dec: chore: bump react19 rc
- 44b34fb: chore: update eslint 9, nextjs 15, react 19
- 6925676: feat: use latest chat UI
v0.3.13
Patch Changes
- 282eaa0: Ensure that the index and document store are created when uploading a file with no available index.
v0.3.12
Patch Changes
- 6edea6a: Optimize generated workflow code for Python
- 8431b78: Optimize Typescript multi-agent code
- 8431b78: Add form filling use case (Typescript)
v0.3.11
Patch Changes
- 2b8aaa8: Add support for local models via Hugging Face
- b9570b2: Fix: use generic LLMAgent instead of OpenAIAgent (adds support for Gemini and Anthropic for Agentic RAG)
- 1fe21f8: Fix the highlight.js issue with the Next.js static build
- 00009ae: feat: import pdf css
v0.3.10
Patch Changes
- 9172fed: feat: bump LITS 0.8.2
- 78ccde7: feat: use llamaindex chat-ui for nextjs frontend
v0.3.9
Patch Changes
- ed59927: Add form filling use case (Python)
v0.3.8
Patch Changes
- 4a83469: Add multi-agent financial report for Typescript (and update LITS to 0.7.10)
v0.3.7
Patch Changes
- fa80378: DocumentInfo working with relative URLs
v0.3.6
Patch Changes
- 0182368: Fix the streaming issue to prevent the UI from hanging.