Skip to content

Releases: run-llama/create-llama

v0.3.19

02 Dec 04:40
a07f320
Compare
Choose a tag to compare

Patch Changes

  • f9a057d: Add support multimodal indexes (e.g. from LlamaCloud)
  • aedd73d: bump: chat-ui

v0.3.18

27 Nov 09:57
da4505a
Compare
Choose a tag to compare

Patch Changes

  • fe90a7e: chore: bump ai v4
  • 02b2473: Show streaming errors in Python, optimize system prompts for tool usage and set the weather tool as default for the Agentic RAG use case
  • 63e961e: Use auto_routed retriever mode for LlamaCloudIndex

v0.3.17

22 Nov 09:37
f17449b
Compare
Choose a tag to compare

Patch Changes

  • 28c8808: Add fly.io deployment
  • 0a7dfcf: Generate NEXT_PUBLIC_CHAT_API for NextJS backend to specify alternative backend

v0.3.16

21 Nov 04:41
6e70e32
Compare
Choose a tag to compare

Patch Changes

  • 8b371d8: Set pydantic version to <2.10 to avoid incompatibility with llama-index.
  • 30fe269: Deactive duckduckgo tool for TS
  • 30fe269: Replace DuckDuckGo by Wikipedia tool for agentic template

v0.3.15

20 Nov 05:48
82c2580
Compare
Choose a tag to compare

Patch Changes

  • fc5b266: Improve DX for Python template (use one deployment instead of two)
  • f8f97d2: Add support for python 3.13

v0.3.14

19 Nov 06:36
9c2e094
Compare
Choose a tag to compare

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

13 Nov 12:37
a108911
Compare
Choose a tag to compare

Patch Changes

  • 282eaa0: Ensure that the index and document store are created when uploading a file with no available index.

v0.3.12

13 Nov 06:29
7a22c9f
Compare
Choose a tag to compare

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

04 Nov 09:42
8ebd8d7
Compare
Choose a tag to compare

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

01 Nov 09:07
63558c1
Compare
Choose a tag to compare

Patch Changes

  • 9172fed: feat: bump LITS 0.8.2
  • 78ccde7: feat: use llamaindex chat-ui for nextjs frontend