Hi everyone. When using weaviate, does llama index support custom vectorIndexConfig parameters such as efConstruction, either by specifying them directly, or by using an existing schema during index construction, rather than creating a new one?
Right now we accept a few parameters. We create a default schema, but you can optionally initialize the index with a custom schema, but some parts need to be the same on order for querying to work