George
George
@microcoder-py This error does not seem to be dependant on fastembed version It seems like a problem with a token, afaik all the models are public and do not require...
@microcoder-py what about the code snippets with `huggingface_hub`?
@microcoder-py I am afraid, that we can not do that, since some of the models require authentication (e.g., colpali since it is built upon google's gemma). Also, it seems that...
hi `scroll_filter` actually expects either `models.Filter` or `grpc.Filter` structure, but not plain dict that's probably why you had to write `# type: ignore` You can convert your filter into `models.Filter`...
Hey @sam-hey If you are using `models.Filter` and not plain dicts, everything should already work seamlessly, you don't need to use gRPC structures. If it is not the case for...
Hi @viktorku We've indeed deprecated `InitFrom` functionality, since it might not work correctly if there are ongoing write operations in the source collection Hence the warning
Hi @jonas-nothnagel, sorry for the late response I am not an expert of gradio, but if it works in a similar way to streamlit, then you would either have a...
Hey @eduardfossas, have you tried other models? Some of the models are downloaded from our gcp storage, while the others are downloaded from HF Hub Could you please try downloading...
Is there any other traceback available for the models which are failing for you? Have you maybe changed some of your firewall rules or made any other network related updates?