Skip to content

Commit 5270c35

Browse files
doc: clarify that load and save shouldnt be used at the same time
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent d045702 commit 5270c35

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

wdoc/docs/help.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,19 @@
193193
split documents and embeddings but will not update itself if the
194194
original files have changed.
195195
{user_dir} is automatically replaced by the path to the usual
196-
cache folder for the current user
196+
cache folder for the current user.
197+
Should not specified at the same time as `--load_embeds_from`
198+
as `--load_embeds_from` will take priority.
197199

198200
* `--load_embeds_from`: str, default `None`
199201
* path to the file saved using `--save_embeds_as`
202+
Should not be specified at the same time as `--save_embeds_as`
203+
as `--load_embeds_from` will take priority.
200204

201205
* `--top_k`: Union[int, str], default `auto_200_500`
202206
* number of chunks to look for when querying. It is high because the
203207
eval model is used to refilter the document after the embeddings
204-
first pass.
208+
first pass.e
205209
If top_k is a string, the format assumed is "auto_N_m" where N is the
206210
starting top_k and M is the max top_k value. If the number of filtered
207211
document is more than 90% of top_k, top_k will gradually increase up to M

0 commit comments

Comments
 (0)