David Mezzetti
David Mezzetti
This issue is still on the radar. A new pipeline called HFOptimum will be added along with logic to detect these models in the `Models.load` function.
Hello - thank you for sharing. This example uses a word vectors model, which is on the older side. But in a way if you look at the matches and...
Closing this due to inactivity. Please re-open or open a new issue to continue the discussion.
Sorry for the delayed response. I will try your config and let you know.
I ran the above configuration and it saves content to the `vector-database` directory. Can you share more on search workflow? Once you load an embeddings database it doesn't automatically refresh.You...
Ok, thank you for confirming. I can think about a method to autodetect index changes and force a refresh. I think that would be a good addition.
One idea in the meantime to think about is if you can trigger anything with the read-only process when you update your index.
Thank you for the write up. I'll take a look and report back.
It's possible Whisper runs the translation task by default. Here's an idea to test out using code from the [model page](https://huggingface.co/openai/whisper-large-v2). ```python from transformers import WhisperProcessor from txtai.transcription import Transcription...
Thanks for confirming. I'll keep this issue open and add an argument to disable automatic translation.