Skip to content

Commit

Permalink
refactor: change ingest.py to functional implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
parambharat committed May 30, 2023
1 parent fac0dcd commit 1f79877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm-apps-course/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def get_parser():
help="The number of tokens to overlap between document chunks",
)
parser.add_argument(
"--vector_store_path",
"--vector_store",
type=str,
default="vector_store",
help="The directory to save or load the Chroma db to/from",
Expand Down

0 comments on commit 1f79877

Please sign in to comment.