Bilge Yücel

Results 27 issues of Bilge Yücel

A new prompt that guides the LLM to return "no answer in the context" when the context doesn't provide enough information. Example: ``` Please answer the question according to the...

Pipeline Templates are using the InMemoryDocumentStore instead of ChromaDocumentStore Relevant PR: https://github.com/deepset-ai/haystack/pull/7782

type:documentation
2.x

**Is your feature request related to a problem? Please describe.** To calculate the cost of the evaluation, we need a token count. Most generator components in Haystack provide that information...

P1
2.x

Two changes are needed to be made here: * This component's main job is to merge multiple branches. Simplifying pipeline runs is not a valid use case for it, and...

chore

* Add new demos * Update the text and logos * Remove old demos

**Describe the bug** `PineconeDocumentStore` raises an error when I try to index a document that was split by `DocumentSplitter`. Error message 👇 ```bash PineconeApiException: (400) Reason: Bad Request HTTP response...

bug
P2
integration:pinecone

**Is your feature request related to a problem? Please describe.** When a preprocessing pipeline starts with `FileTypeRouter`, which is usually the case when we use multiple converters, it's not possible...

type:feature
2.x