2.5.18 • Published 7 months ago

@xapp/question-answering-handler v2.5.18

Weekly downloads
144
License
Apache-2.0
Repository
-
Last release
7 months ago

Question Answering Handler

A custom question answering handler for 📣 stentor, a framework for building conversational applications. It requires a knowledge base to be setup as part of your conversational application

What is 📣 stentor?

An Apache 2.0 licensed open source framework for building conversational applications. It supports a variety of channels, NLU, and is extensible by creating custom handlers.

What is Question Answering?

Question Answering is a Natural Language Processing (NLP) field that focuses on answering questions from a corpus of documents.

How it works?

Stentor will store all knowledgebase results on the session storage on the key knowledge_base_result. QuestionAnsweringHandler will then generate additional keys on the session from these results:

No Answer

A no answer is used when zero results exist from the knowledgebase.

Tags: KB_NO_ANSWER

AI Generated response for No Knowing

GENERATED_NO_ANSWER - We leverage generative AI to produce a no answer response.

Tags: KB_GENERATED_NO_ANSWER

List of Search Results

SEARCH_RESULTS - A list of search results typically based on keyword search

Tags: KB_LIST_OF_RESULTS

Possible Answer from Own Content

SUGGESTED_ANSWER - A possible answer from source text.

Tags: KB_SUGGESTED_ANSWER

Best Answer from the LLM's General Knowledge

GENERAL_KNOWLEDGE - An answer from general knowledge of the generative' AIs large language model.

Tags: KB_GENERAL_KNOWLEDGE

AI Answer from Owned Content

RAG_RESULT - AI Generated from search results TOP_ANSWER - AI determined, these are pulled directly from the source material and are not generated.

Tags: KB_RAG & KB_TOP_ANSWER

Best Curated Answer

TOP_FAQ - A top match within FAQs that have a human written, curated answer. Determined by match confidence score or fuzzy matching.

Tags: KB_TOP_FAQ

2.5.18

7 months ago

2.5.17

7 months ago

2.5.16

8 months ago

2.5.15

8 months ago

2.5.14

9 months ago

2.5.13

9 months ago

2.5.12

11 months ago

2.5.8

1 year ago

2.5.9

1 year ago

2.5.10

1 year ago

2.5.11

1 year ago

2.5.7

1 year ago

2.5.6

1 year ago

2.5.5

1 year ago

2.5.2

1 year ago

2.5.4

1 year ago

2.5.3

1 year ago

2.5.1

1 year ago

2.5.0

1 year ago

2.4.3

1 year ago

2.4.2

1 year ago

2.4.1

2 years ago

2.4.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.14

2 years ago

2.1.12

2 years ago

2.1.13

2 years ago

2.3.0

2 years ago

2.1.10

2 years ago

2.1.11

2 years ago

2.1.9

2 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.6

3 years ago

2.1.5

3 years ago

2.0.12

3 years ago

2.1.8

3 years ago

2.1.7

3 years ago

2.1.0

3 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.7

3 years ago

2.0.6

4 years ago

2.0.9

3 years ago

2.0.8

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

2.0.11

3 years ago

2.0.10

3 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.2.0-rc1

4 years ago

1.1.0

4 years ago

1.0.37

4 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

5 years ago

1.0.29

5 years ago

1.0.30

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago