index = GPTVectorStoreIndex.from_documents(
documents,
service_context=ServiceContext.from_defaults(
llm_predictor=LLMPredictor(cache=gptcache_obj)
),
)
query_engine = index.as_query_engine()
this is error.
LLMPredictor.init() got an unexpected keyword argument 'cache'
2条答案
按热度按时间o0lyfsai1#
LlamaIndex已经升级,现在如何访问?
j9per5c42#
因为LlamaIndex已经移除了这个参数。