run-llama / LlamaIndexTS

LlamaIndex in TypeScript

Home Page:https://ts.llamaindex.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexStruct and jsonToIndexStruct are no longer exported since #560

g12i opened this issue · comments

I'm using IndexStruct type and jsonToIndexStruct to implement my own BaseIndexStore.

It is no longer exported since #560

Module '"llamaindex"' has no exported member 'jsonToIndexStruct'.
Module '"llamaindex"' has no exported member 'IndexStruct'