File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments