Skip to content

Commit

Permalink
Update git-ragger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mortensams authored Jun 23, 2024
1 parent 817f897 commit 50650ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-ragger.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
storage_context = StorageContext.from_defaults(vector_store=vector_store)
index = VectorStoreIndex.from_documents(documents, storage_context=storage_context)

print("Done indexing " + documents.count() + "files")
print("Done indexing")

0 comments on commit 50650ff

Please sign in to comment.