Kenneth Choe
Kenneth Choe
As non-hardcore-node developer, going through the code to test your suggestion out was very good exercise for me. Learned a lot of things. Things you might want to know: 1....
I tried with `new Queue(1, Infinity);`. It was much slower, of course, and still got the error eventually. By the way, brilliant library it is - promise-queue.
I had similar situation recently on my mocha test. I used sinon with its sandbox. Basic idea: the tester (or story in your case) will import the component, and also...
The issue pointed out by automated check `Error: docs/docs/integrations/retrievers/cross-encoder-reranker.ipynb:1:1: I001 Import block is un-sorted or un-formatted` is due to this code block: ``` #!pip install faiss sentence_transformers # OR (depending...
The added documentation `cross-encoder-reranker.ipynb` does not include detailed instruction on how to deploy cross encoder model to SageMaker. I think it is out of scope, so I made a separate...
Pinging the moderators - @hwchase17 @baskaryan - for updates on the review of this pull request. Thank you!
> What can support cross encoders? https://huggingface.co/cross-encoder But there are more models that support cross encoder. The one I used https://huggingface.co/BAAI/bge-reranker-base does not show up in that. So also try...
Conflict is resolved. Pinging the moderators again for your thoughts - @hwchase17 @baskaryan.
Pinging the moderators as a reminder - @hwchase17 @baskaryan