@pdfvector/instance-contract 0.0.9 → 0.0.10

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.
@@ -60,7 +60,7 @@ const requestExamples = {
60
60
  "Ask from URL": {
61
61
  summary: "Ask from URL",
62
62
  value: {
63
- url: "https://drive.google.com/file/d/1nRBJK5Eh7pUy6DIHncwAp-pFq_Su8TTq/view?usp=share_link",
63
+ url: "https://drive.google.com/file/d/13T04Yk20OwBNIDyvJJ3XlUg9WfOsmbjm/view?usp=share_link",
64
64
  question: "What are the main findings of this study?",
65
65
  },
66
66
  },
@@ -81,7 +81,7 @@ const requestExamples = {
81
81
  "Ask with lightweight models (nano)": {
82
82
  summary: "Ask with lightweight models (nano)",
83
83
  value: {
84
- url: "https://drive.google.com/file/d/1nRBJK5Eh7pUy6DIHncwAp-pFq_Su8TTq/view?usp=share_link",
84
+ url: "https://drive.google.com/file/d/13T04Yk20OwBNIDyvJJ3XlUg9WfOsmbjm/view?usp=share_link",
85
85
  question: "What is the title of this paper?",
86
86
  model: "nano",
87
87
  },
@@ -89,7 +89,7 @@ const requestExamples = {
89
89
  "Ask with powerful models (max)": {
90
90
  summary: "Ask with powerful models (max)",
91
91
  value: {
92
- url: "https://drive.google.com/file/d/1nRBJK5Eh7pUy6DIHncwAp-pFq_Su8TTq/view?usp=share_link",
92
+ url: "https://drive.google.com/file/d/13T04Yk20OwBNIDyvJJ3XlUg9WfOsmbjm/view?usp=share_link",
93
93
  question: "Provide a detailed analysis of the methodology used in this study.",
94
94
  model: "max",
95
95
  },
@@ -97,7 +97,7 @@ const requestExamples = {
97
97
  "Extract from URL": {
98
98
  summary: "Extract from URL",
99
99
  value: {
100
- url: "https://drive.google.com/file/d/1nRBJK5Eh7pUy6DIHncwAp-pFq_Su8TTq/view?usp=share_link",
100
+ url: "https://drive.google.com/file/d/13T04Yk20OwBNIDyvJJ3XlUg9WfOsmbjm/view?usp=share_link",
101
101
  prompt: "Extract the title, authors, and publication year from this research paper",
102
102
  schema: {
103
103
  type: "object",
@@ -61,7 +61,7 @@ const requestExamples = {
61
61
  "Parse from URL": {
62
62
  summary: "Parse from URL",
63
63
  value: {
64
- url: "https://drive.google.com/file/d/1nRBJK5Eh7pUy6DIHncwAp-pFq_Su8TTq/view?usp=share_link",
64
+ url: "https://drive.google.com/file/d/13T04Yk20OwBNIDyvJJ3XlUg9WfOsmbjm/view?usp=share_link",
65
65
  },
66
66
  },
67
67
  "Parse from base64": {
@@ -79,21 +79,21 @@ const requestExamples = {
79
79
  "Parse with simple PDF (nano)": {
80
80
  summary: "Parse with simple PDF (nano)",
81
81
  value: {
82
- url: "https://drive.google.com/file/d/1nRBJK5Eh7pUy6DIHncwAp-pFq_Su8TTq/view?usp=share_link",
82
+ url: "https://drive.google.com/file/d/13T04Yk20OwBNIDyvJJ3XlUg9WfOsmbjm/view?usp=share_link",
83
83
  model: "nano",
84
84
  },
85
85
  },
86
86
  "Parse with small complex documents (pro)": {
87
87
  summary: "Parse with small complex documents (pro)",
88
88
  value: {
89
- url: "https://drive.google.com/file/d/1nRBJK5Eh7pUy6DIHncwAp-pFq_Su8TTq/view?usp=share_link",
89
+ url: "https://drive.google.com/file/d/13T04Yk20OwBNIDyvJJ3XlUg9WfOsmbjm/view?usp=share_link",
90
90
  model: "pro",
91
91
  },
92
92
  },
93
93
  "Parse with large complex documents (max)": {
94
94
  summary: "Parse with large complex documents (max)",
95
95
  value: {
96
- url: "https://drive.google.com/file/d/1nRBJK5Eh7pUy6DIHncwAp-pFq_Su8TTq/view?usp=share_link",
96
+ url: "https://drive.google.com/file/d/13T04Yk20OwBNIDyvJJ3XlUg9WfOsmbjm/view?usp=share_link",
97
97
  model: "max",
98
98
  },
99
99
  },
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @pdfvector/instance-contract
2
2
 
3
+ ## 0.0.10
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#64](https://github.com/phuctm97/pdfvector/pull/64) [`429c603`](https://github.com/phuctm97/pdfvector/commit/429c6030194c36ac3be39ea2e24074bbcfa30d46) Thanks [@khanhduyvt0101](https://github.com/khanhduyvt0101)! - Update example url
9
+
3
10
  ## 0.0.9
4
11
  ### Patch Changes
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pdfvector/instance-contract",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "main": ".tsc/lib/index.js",
6
6
  "dependencies": {