# store is a neo4j PropertyGraphStore loader = BeautifulSoupWebReader() documents = loader.load_data(urls=[url]) index = PropertyGraphIndex.from_documents(documents, store=store)
url
but that doesn't seem to be happening. Is there an obvious thing I need to add?property_graph_store=store
not store=store
when initializing my PropertyGraphIndex