service_context = ServiceContext.from_defaults(..., chunk_size_limit=1000)
index = GPTSimpleVectorIndex.from_documents(docs, service_context=service_context)