Skip to content
Snippets Groups Projects
Commit 22ac2cae authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: add progress for no vecdb for Python

parent 80771956
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ def generate_datasource():
doc.metadata["private"] = "false"
index = VectorStoreIndex.from_documents(
documents,
show_progress=True,
)
# store it for later
index.storage_context.persist(storage_dir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment