@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.
- package/README.md +1 -1
- 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) -
|
|
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
|