George

Results 191 comments of George

add examples for scroll, retrieve, upload_collection / upload_records (the latter two might not be in index.rst)

@andrenatal that comment is about passing envs to qdrant container Not about setting them in python Could you also specify which exactly messages you’re referring to so we could help...

Was also asked in Discord https://discord.com/channels/907569970500743200/1134119750260236378

Hi @marcossilva , not sure if the issue still persists for you Once you switch from local mode to the server mode, your code should be able to set `indexing_threshold`....

Hi @johnreyev Could you tell us the version of fastembed you're using and maybe a reproducible code snippet? We've tried to reproduce the issue with the code above, but unsuccessfully,...

Hey, thank you for waiting, we're going to start working on it soon

Hey @k4u5h1k, sorry for the late response, yes, we're working on it, we'll fix it soon

Hi @visheshgitrepo, what is exactly the issue? It checks the revision of the model via internet, then if it exists in the local dir, it read it from there, otherwise...

How did you download your model? when fastembed downloads a model it saves it under `cache_dir` with the following dir structure: `/

Hi @jai8004 `local_files_only` option is available as of `fastembed==0.2.7` It seems that you're already using `local_files_only`, thus you're on fastembed 0.2.7 However, you don't need to change the default value...