David Mezzetti
David Mezzetti
Thanks for submitting this, I'll take a look.
I know this is an old issue but it's resolved with #515
Keeping this issue open, still a good issue to consider.
Added API Authorization in #624.
I appreciate you sharing this info as it's the most I've seen to date. In doing a few searches, a lot of links point to mkl. What does `pip show...
Appreciate it, anything you can share would be beneficial. How did you install txtai? Was it a simple pip install or were optional dependencies installed? fasttext has caused issues on...
The message below you provided previously is the best hint yet, thank you for that! ``` OMP: Hint This means that multiple copies of the OpenMP runtime have been linked...
Thank you for the write up on this. Currently, the Embeddings instance doesn't have support for specifying the target index to use for the `transform` function. This would be a...
This has been brought up from time to time and a good reminder that better integrated support should be added. One less than pretty workaround that has been used in...
If you're going to use the multi process pool, make sure to undo the torch dataparallel wrapper. This most likely needs a dedicated effort to optimize encoding for 2 GPUs....