Skip to content

Commit

Permalink
Minor change to the cp command
Browse files Browse the repository at this point in the history
As-is, this command copies `stagedb` dir to `db`, which doesn't overwrite any existing chromadb.
  • Loading branch information
caufieldjh authored Jan 17, 2024
1 parent f5a5d45 commit 8484f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Note that by default this loads into a collection set stored at `stagedb`, where
of `db`. You can copy the collection set to the db with:

```
cp -r stagedb db
cp -r stagedb/* db/
```


Expand Down

0 comments on commit 8484f70

Please sign in to comment.