Saeed Esmaili
Saeed Esmaili
I've added a few examples in https://github.com/omnivore-app/omnivore/issues/4008
Are there any updates on this issue?
Any updates on this? The issue hasn't been resolved yet.
I'm also getting `ModuleNotFoundError: No module named 'huggingface_hub.errors'` when importing `from peft import AutoPeftModelForCausalLM`. Tried on a new env with python 3.10 and `pip install transformers peft`. Not sure how...
I upgraded transformers and xformers and one of them helped to fix the issue.
Confirming this issue (it's a follow up from https://github.com/omnivore-app/omnivore/issues/4416 with other users reporting the same issue). I'm actually getting headache listening to the other tts voices in the app (which...
> I wonder if it's this dependency which needs updating? https://github.com/omnivore-app/omnivore/pull/4434 I don't think so, since the voices with this issue (i.e Nova, Shimmer, etc) belong to OpenAI, not Microsoft...
Ok I guess it's because I have applied a group by before applying a filter? At least this is what I understand based on the code this UI generates. But...
sqlite-vec docs on how to use it in python: https://alexgarcia.xyz/sqlite-vec/python.html
Ok, I dug a bit into [sqlite fts5 docs](https://www.sqlite.org/fts5.html#_auxiliary_functions_), and apparently it's already using bm25 even in fts5: > ... in a full-text query, column rank contains by default the...