Bilge Yücel
Bilge Yücel
**Is your feature request related to a problem? Please describe.** Weaviate supports hybrid search (vector + sparse). However, Haystack doesn't support it currently. **Describe the solution you'd like** To be...
**Is your feature request related to a problem? Please describe.** It isn't straightforward to understand what `prompt_parameters_resolver` does and the possible attributes to use in it. e.g. I can't know...
We have a working CLI, thanks to @ZanSara for her efforts! Stemming from the discussions in #5129, I have some ideas to consider: * Update the `haystack prompt fetch` name...
**Is your feature request related to a problem? Please describe.** A log message is shown when a PromptNode is initialized but there's nothing user can do to fix the warning....
**Describe the bug** When I try to connect to MongoDB database using `MongoDBAtlasDocumentStore`, I get an error. **Error message** ```shell ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /Users/bilgeyucel/Desktop/deepset/haystack/test.py:1 in...
We can have some tutorials around other DocumentStores, but to show the other features, we should start using `InMemoryDocumentStore`
**Describe the tutorial you would like to see here** A tutorial around WhisperTranscriber. An idea could be to transcribe Youtube videos and summarize them. Haystack has `WhisperTranscriber` starting from v1.15...
Now the steps are complicated, and there are optional paths. Let's simplify it https://haystack.deepset.ai/tutorials/05_evaluation
**Describe the issue** Tutorial "Better Retrieval with Embedding Retrieval" gives an error when run with MilvusDocumentStore ```python --------------------------------------------------------------------------- ContextualVersionConflict Traceback (most recent call last) [](https://localhost:8080/#) in 6 7 from haystack.utils...
Create a workflow that generates a link of Haystack website to preview the changes in the tutorial