run-llama / LlamaIndexTS

LlamaIndex in TypeScript
https://ts.llamaindex.ai
MIT License
1.58k stars 310 forks source link

`@llamaindex/core` release error on JSR #1004

Open peter-jerry-ye opened 3 days ago

peter-jerry-ye commented 3 days ago
error: Uncaught SyntaxError: The requested module 'jsr:@llamaindex/env@0.1.3' does not provide an export named 'Tokenizers'
import { Tokenizers } from "jsr:@llamaindex/env@0.1.3";
         ^
    at <anonymous> (https://jsr.io/@llamaindex/llamaindex/0.4.0/src/llm/openai.ts:10:10)
截屏2024-07-02 11 05 41
himself65 commented 3 days ago

unfortunately I don't release JSR anymore since last week, because it has bugs with some npm pacakges

peter-jerry-ye commented 3 days ago

unfortunately I don't release JSR anymore since last week, because it has bugs with some npm pacakges

Does it mean that the support for JSR is discontinued, or it will resume some time later?

himself65 commented 3 days ago

blocked by https://github.com/jsr-io/jsr/issues/543