Find answers from the community

Updated 11 months ago

storage_context = StorageContext.from_

storage_context = StorageContext.from_defaults()
index = GPTVectorStoreIndex(documents, service_context=service_context,storage_context=storage_context)

storage_context.persist(persist_dir="my directory'])

It was working fine before, but now it is not working.
How to fix?
o
L
5 comments
Can you please advice ?
@Logan M , are you here?
Can you elaborate? What is not working?
ah, sorry, I could make things to work by myself now
Add a reply
Sign up and join the conversation on Discord