ServiceContext.from_defaults(query_wrapper_prompt="bla")
is being ignored. Could there be something obvious I'm missing?index.storage_context.persist()
, and I'm loading it with load_index_from_storage
. Is there a way to change the ServiceContext
on that? As I'd like to use a different LLM after indexing. Thanks!