@or-sdk/qna
Advanced tools
Comparing version 3.2.0-beta.1579.0 to 3.2.0-beta.1583.0
{ | ||
"name": "@or-sdk/qna", | ||
"version": "3.2.0-beta.1579.0", | ||
"version": "3.2.0-beta.1583.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
# QnA SDK | ||
The `@or-sdk/qna` package provides a client for working with the QnA (Question and Answer) system in OneReach.ai. With this client, you can perform operations such as loading documents, creating collections, searching in collections, asking questions to generate answers based on the loaded documents, and managing properties of collections. | ||
The `@or-sdk/qna` package provides a client for working with the QnA (Question and Answer) system in OneReach.ai a.k.a Lookup. With this client, you can perform operations such as loading documents, creating collections, searching in collections, asking questions to generate answers based on the loaded documents, and managing properties of collections. | ||
@@ -5,0 +5,0 @@ ## Concepts |
@@ -6,10 +6,4 @@ import { Base, List, makeList } from '@or-sdk/base'; | ||
UpdateDocument, QnAConfig, Document, Collection, SearchResult, | ||
AskResults, | ||
Find, | ||
Property, | ||
CreatePassage, | ||
Passage, | ||
UpdatePassage, | ||
DeletedPassage, | ||
FindPassages, | ||
AskResults, Find, Property, CreatePassage, Passage, UpdatePassage, | ||
DeletedPassage, FindPassages, | ||
} from './types'; | ||
@@ -16,0 +10,0 @@ import { createErrorParser, processors } from './error-parser'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
165733
2550