Bilge Yücel

Results 24 comments of Bilge Yücel

Hi @fserv, I can't seem to `write_documents()` into `JaguarDocumentStore` even with the new version. Here's the error: ```shell Traceback (most recent call last): File "/Users/bilgeyucel/Documents/side-projects/jaguar-haystack/test.py", line 28, in document_store.write_documents(documents=result["documents"]) #...

Based on the documentation provided, my questions are: * When using a static prompt, do we have to use the `variables` parameter with a PromptBuilder in a pipeline? If so,...

@anakin87 @jlonge4, what are the exact features of Jina Reader API now? I'm asking because we use reader components for extractive QA tasks, and I don't think the JinaReader component...

Hey @AbhishekRP2002, thank you for the ideas! Can you open a PR for your prompts? 🎈 To contribute, for each prompt, you need to create a [YAML file](https://github.com/deepset-ai/prompthub/blob/main/prompts/deepset-question-answering.yaml) that involves...

Hi @marvin9830, you can join the Haystack community on discord 👉 https://discord.gg/Dr63fr9NDS

Hi @patcher9, is this still up-to-date? If so, I can review it as soon as possible!

IMO, fixing `DocumentSplitter` is a better solution. #907 seems more like a workaround

We have some examples around this topic: Blog article: https://haystack.deepset.ai/blog/query-expansion Related cookbook: https://haystack.deepset.ai/cookbook/query-expansion Advent of Haystack notebook: https://colab.research.google.com/drive/1i6dnAqNhGryPIv_s8bHjosw6vQQkBBWX?usp=sharing

Hi @srini047, do you have any demos/notebooks to share? I'm happy to help and review!