Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@or-sdk/qna

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@or-sdk/qna - npm Package Compare versions

Comparing version 3.2.0-beta.1579.0 to 3.2.0-beta.1583.0

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc