Closed mccoysc closed 1 year ago
in pyodide(a python runtime running in web page or nodejs),only wasm or pure python version supported. to run llama_index in this python version,wasm or pure python code needed.
and for "lib.rs",it's easy to be compiled into wasm. rust can support wasm target perfectly.
See https://github.com/openai/tiktoken/issues/94#issuecomment-1498263172
in pyodide(a python runtime running in web page or nodejs),only wasm or pure python version supported. to run llama_index in this python version,wasm or pure python code needed.