Skip to content

Releases: run-llama/LlamaIndexTS

llamaindex@0.3.15

03 Jun 14:31
e01cc05
Compare
Choose a tag to compare

Patch Changes

  • 6e156ed: Use images in context chat engine
  • 265976d: fix bug with node decorator
  • 8e26f75: Add retrieval for images using multi-modal messages

@llamaindex/experimental@0.0.32

03 Jun 14:31
e01cc05
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [6e156ed]
  • Updated dependencies [265976d]
  • Updated dependencies [8e26f75]
    • llamaindex@0.3.15

llamaindex@0.3.14

23 May 23:01
31e3251
Compare
Choose a tag to compare

Patch Changes

  • 6ff7576: Added GPT-4o for Azure
  • 94543de: Added the latest preview gemini models and multi modal images taken into account

@llamaindex/experimental@0.0.31

23 May 23:01
31e3251
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [6ff7576]
  • Updated dependencies [94543de]
    • llamaindex@0.3.14

llamaindex@0.3.13

22 May 09:32
52c47ca
Compare
Choose a tag to compare

Patch Changes

  • 1b1081b: Add vectorStores to storage context to define vector store per modality
  • 37525df: Added support for accessing Gemini via Vertex AI
  • 660a2b3: Fix text before heading in markdown reader
  • a1f2475: Add system prompt to ContextChatEngine

@llamaindex/experimental@0.0.30

22 May 09:32
52c47ca
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [1b1081b]
  • Updated dependencies [37525df]
  • Updated dependencies [660a2b3]
  • Updated dependencies [a1f2475]
    • llamaindex@0.3.13

llamaindex@0.3.12

17 May 00:46
d8aa29a
Compare
Choose a tag to compare

Patch Changes

@llamaindex/experimental@0.0.29

17 May 00:46
d8aa29a
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [34fb1d8]
    • llamaindex@0.3.12

llamaindex@0.3.11

16 May 23:37
c517f35
Compare
Choose a tag to compare

Patch Changes

  • e072c45: fix: remove non-standard API pipeline

  • 9e133ac: refactor: remove defaultFS from parameters

    We don't accept passing fs in the parameter since it's unnecessary for a determined JS environment.

    This was a polyfill way for the non-Node.js environment, but now we use another way to polyfill APIs.

  • 447105a: Improve Gemini message and context preparation

  • 320be3f: Force ChromaDB version to 1.7.3 (to prevent NextJS issues)

  • Updated dependencies [e072c45]

  • Updated dependencies [9e133ac]

    • @llamaindex/env@0.1.3

@llamaindex/experimental@0.0.28

16 May 23:37
c517f35
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [e072c45]
  • Updated dependencies [9e133ac]
  • Updated dependencies [447105a]
  • Updated dependencies [320be3f]
    • llamaindex@0.3.11