Jan Beitner

Results 14 issues of Jan Beitner

Let me first say how much I love pandera and the appreciate the effort to maintain and write such a great package! **Is your feature request related to a problem?...

enhancement
help wanted

GPL licenses are pretty difficult to use and are often not allowed. What about switching to a MIT version?

enhancement
discussion

I love the idea behind DILATE and would like to include it in [pytorch-forecasting](https://pytorch-forecasting.readthedocs.io/en/latest/). However, a GPU-only implementation is probably needed for wider adoption. Do you plan on a CUDA...

**Is your feature request related to a problem? Please describe.** I want to use haystack as backend for chainlit (frontend). There is an integration for haystack 1.x (see [here](https://docs.chainlit.io/integrations/haystack)) but...

follow-up-needed

### Description This PR implements TSMixer based on [TSMixer: An All-MLP Architecture for Time Series Forecasting](https://arxiv.org/abs/2303.06053) ### Checklist - [x] Amended changelog for large changes (and added myself there as...

This feature would allow people to directly use their microphone to input audio. For example, Whisper could then transcribe this into a text message.

enhancement

Allow passing a qdrant filter object instead of a haystack filter object - this is useful when the haystack filter object does not support the use case, e.g. when to...

type:documentation
integration:qdrant

Are there plans to add a document store implementation for v2? See here for Chroma and ElasticSearch integrations. Pinecone seems to be added right now: https://github.com/deepset-ai/haystack-core-integrations

When I want to add another vector index to a collection, I need to download it which is very slow via "scroll" and then upload it again. Is there a...