Corentin Meyer

Results 64 comments of Corentin Meyer

Hello, I have a similar issue, I'm using VSCode remote (meaning that my VSCode is connected to external server handling the notebook). And doing ```python from pyvis import network as...

> > > Update: > > I found `DeepZoomGenerator.get_tile()` returns tiles which have incorrect shape. > https://github.com/openslide/openslide-python/blob/v1.1.2/openslide/deepzoom.py#L141-L160 > > It seems that `PIL.Image.thumbnail()` is the cause. This function is used...

(Would anyone know how to generate automatic CLI doc for arg and option without Typer-CLI ? 👀)

tried the fix looks good to me looking forward for a merge in a new release please, this issue is annoying

In the meantime I forked the original repos and applied the patch (to be up to date with latest commit). You can switch your `langchain` by `langchain@git+https://github.com/lambda-science/langchain.git` in a simple...

Same for Retriever BTW but this is with latest Haystack v1.x (not implemented in v1.23.x) ```yaml - name: Retriever type: EmbeddingRetriever params: document_store: DocumentStore embedding_model: amazon.titan-embed-text-v1 top_k: 3 batch_size: 8...

Would be interested by a follow up about this 👀 If something I could do ?