Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To find the state of this project's repository at the time of any of these versions, check out the tags.

@llamaindex/env

0.1.17

Patch Changes

  • 14cc9ebe: chore: move multi-model into single sub module

0.1.16

Patch Changes

0.1.15

Patch Changes

0.1.14

Patch Changes

  • ae49ff4e: feat: use gpt-tokenizer
  • a75af835: refactor: move some llm and embedding to single package

0.1.13

Patch Changes

  • df441e28: fix: consoleLogger is missing from @llamaindex/env

0.1.12

Patch Changes

  • b48bcc3a: feat: add load-transformers event type when loading @xenova/transformers module

    This would benefit user who want to customize the transformer env.

0.1.11

Patch Changes

  • ac07e3cb: fix: replace instanceof check with .type check

  • 1a6137b3: feat: experimental support for browser

    If you see bundler issue in next.js edge runtime, please bump to next@14 latest version.

  • ac07e3cb: fix: add console.warn when import dual module

0.1.10

Patch Changes

  • 4648da68: fix: wrong tiktoken version caused NextJs CL template run fail

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

  • 41fe871e: Add support for azure dynamic session tool

0.1.6

Patch Changes

0.1.5

Patch Changes

  • f3b34b45: Use tiktoken instead of tiktoken/lite and disable WASM tiktoken for non-Node environments

0.1.4

Patch Changes

  • 56fabbb4: Release env changes to tokenizer

0.1.3

Patch Changes

  • e072c453: fix: remove non-standard API pipeline

  • 9e133ac1: 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.

0.1.2

Patch Changes

  • efa326a8: chore: update package.json
  • efa326a8: refactor: remove usage of lodash

0.1.1

Patch Changes

  • 5596e319: feat: improve @llamaindex/env

0.1.0

Minor Changes

  • 5016f21d: feat: improve next.js/cloudflare/vite support

0.0.7

Patch Changes

  • Add polyfill for pipeline

0.0.6

Patch Changes

  • 7a23cc6c: feat: improve CallbackManager

0.0.5

Patch Changes

  • 5116ad8d: fix: compatibility issue with Deno

0.0.4

Patch Changes

  • cf87f849: fix: type backward compatibility

0.0.3

Patch Changes

  • e8e21a0e: build: set files in package.json

0.0.2

Patch Changes