Skip to content

Releases: run-llama/create-llama

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

v0.3.9

31 Oct 09:06
0251070
Compare
Choose a tag to compare

Patch Changes

  • ed59927: Add form filling use case (Python)

v0.3.8

25 Oct 09:48
b8f7861
Compare
Choose a tag to compare

Patch Changes

  • 4a83469: Add multi-agent financial report for Typescript (and update LITS to 0.7.10)

v0.3.7

25 Oct 07:35
42e6384
Compare
Choose a tag to compare

Patch Changes

  • fa80378: DocumentInfo working with relative URLs

v0.3.6

23 Oct 10:52
c5559d8
Compare
Choose a tag to compare

Patch Changes

  • 0182368: Fix the streaming issue to prevent the UI from hanging.