@or-sdk/lookup 1.10.0-beta.2478.0 → 1.10.0-beta.2480.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -189,7 +189,7 @@ Creates a new collection with optional properties. A collection is a group of re
189
189
  - `presencePenalty`: `number` (optional) - Value to penalize new tokens based on their presence in existing text. If present, it must be a number between -2 and 2.
190
190
  - `maxDistance`: `number` (optional) - Value to filter out passages that are further than this value from the question or context. If present, it must be a number between 0 and 1.
191
191
  - `modelName`: `string` (optional) - Name of the large language model to be used. It can't be more than 64 characters long.
192
- - `type`: `CollectionType` (optional) - it allow for post process passages content(QnA), or create specific properties(IDW skills).
192
+ - `type`: `CollectionType` (optional) - by default DEFAULT collection with content property. QNA_V1 collection with question and answer properties and allow to post process loaded content for create question and answer pairs. IDW_V1 skills with skills properties sectionAbbreviation, skillAbbreviation, skillDescription, skillId, skillName, skillNumbering, skillQuestion, skillSection, skillUrl, starterIconColor, starterIconUrl.
193
193
 
194
194
  #### Example
195
195
  Creating a collection with a name, description, and additional instructions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/lookup",
3
- "version": "1.10.0-beta.2478.0",
3
+ "version": "1.10.0-beta.2480.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",