# Weaviate weaviate_client = weaviate.Client("http://localhost:8080") # Connect with default parameters # First, flush the existing vector store to ensure a clean state flush_weaviate_vector_store(weaviate_client) vector_store = WeaviateVectorStore( weaviate_client=weaviate_client, index_name="LlamaIndex" )