From 784c24130f01e1e235fad8618d7273a2b9aaa083 Mon Sep 17 00:00:00 2001 From: DKL Date: Wed, 24 Apr 2024 13:19:41 +0200 Subject: [PATCH 1/2] Add QA feature and collection level RAG support. Signed-off-by: DKL --- src/index.njk | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/index.njk b/src/index.njk index 25ded01..c1d8f70 100644 --- a/src/index.njk +++ b/src/index.njk @@ -67,6 +67,11 @@ title: IBM Deep Search + + Configure the document conversion process + + + Search millions of pre-loaded documents @@ -75,7 +80,7 @@ title: IBM Deep Search - Configure the document conversion process + Use question-answering on your own documents @@ -229,15 +234,17 @@ title: IBM Deep Search -

DocQA: A question-answering conversational assistant on your documents

+

DocQA: Conversational question-answering on your documents

DocQA enables information extraction from documents via a question-answering conversational assistant. The system integrates several technologies from different AI disciplines consisting of document conversion to machine-readable format (via computer vision), finding relevant data (via natural language processing), and formulating an eloquent response (via large language models). A research paper describing this application is published - at the AAAI 2024 conference. Read more about it here and - contact us - for early access. + at the AAAI 2024 conference. Read more about it here. +

+

+ Question-answering across entire document collections is supported as well by means of Retrieval-Augmented Generation. + Contact us for early access.

From 8233fca78703264e2a2cb3e14a6da0dc782e26ae Mon Sep 17 00:00:00 2001 From: Kasper Dinkla Date: Wed, 24 Apr 2024 13:44:08 +0200 Subject: [PATCH 2/2] Update src/index.njk Co-authored-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Signed-off-by: Kasper Dinkla --- src/index.njk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.njk b/src/index.njk index c1d8f70..b01bc85 100644 --- a/src/index.njk +++ b/src/index.njk @@ -83,6 +83,10 @@ title: IBM Deep Search Use question-answering on your own documents + + Integrate with gen AI systems like IBM watsonx.ai + + Search and extract