@botpress/api 0.34.1 → 0.34.2
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/dist/index.js +4 -4
- package/package.json +1 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +4 -4
package/src/gen/state.ts
CHANGED
|
@@ -9356,7 +9356,7 @@ export const state = {
|
|
|
9356
9356
|
"index": {
|
|
9357
9357
|
"default": false,
|
|
9358
9358
|
"type": "boolean",
|
|
9359
|
-
"description": "Set to a value of 'true' to index the file in vector storage. Only
|
|
9359
|
+
"description": "Set to a value of 'true' to index the file in vector storage. Only certain file formats are currently supported for indexing. Note that if a file is indexed, it will count towards both the Vector DB Storage quota and the File Storage quota of the workspace."
|
|
9360
9360
|
},
|
|
9361
9361
|
"accessPolicies": {
|
|
9362
9362
|
"type": "array",
|
|
@@ -10005,7 +10005,7 @@ export const state = {
|
|
|
10005
10005
|
},
|
|
10006
10006
|
"pageNumber": {
|
|
10007
10007
|
"type": "integer",
|
|
10008
|
-
"description": "Page number the passage is located on
|
|
10008
|
+
"description": "Page number the passage is located on. Only applicable if the passage was extracted from a PDF file."
|
|
10009
10009
|
}
|
|
10010
10010
|
},
|
|
10011
10011
|
"description": "The passage metadata"
|
|
@@ -10960,7 +10960,7 @@ export const state = {
|
|
|
10960
10960
|
"title": "Botpress API",
|
|
10961
10961
|
"description": "API for Botpress Cloud",
|
|
10962
10962
|
"server": "https://api.botpress.cloud",
|
|
10963
|
-
"version": "0.34.
|
|
10963
|
+
"version": "0.34.2",
|
|
10964
10964
|
"prefix": "v1"
|
|
10965
10965
|
},
|
|
10966
10966
|
"errors": [
|
|
@@ -14054,7 +14054,7 @@ export const state = {
|
|
|
14054
14054
|
},
|
|
14055
14055
|
{
|
|
14056
14056
|
"title": "Files",
|
|
14057
|
-
"description": "The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft
|
|
14057
|
+
"description": "The Files API allows you to create, manage, and index files that can be used by your bots and integrations. Files can be in any text or binary format, and documents (such as PDF, Microsoft Word, HTML, Markdown, etc.) can be indexed to be used for semantic search in RAG (Retrieval Augmented Generation) implementations. Files are private by default but can be made publicly accessible through a permanent URL that's unique for each file.",
|
|
14058
14058
|
"name": "files",
|
|
14059
14059
|
"operations": [
|
|
14060
14060
|
"upsertFile",
|