@promptbook/pdf 0.74.0-0 → 0.74.0-3
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 +84 -16
- package/esm/index.es.js +209 -265
- package/esm/index.es.js.map +1 -1
- package/esm/typings/src/_packages/anthropic-claude.index.d.ts +2 -2
- package/esm/typings/src/_packages/azure-openai.index.d.ts +2 -2
- package/esm/typings/src/_packages/browser.index.d.ts +2 -2
- package/esm/typings/src/_packages/cli.index.d.ts +2 -2
- package/esm/typings/src/_packages/core.index.d.ts +2 -2
- package/esm/typings/src/_packages/documents.index.d.ts +2 -2
- package/esm/typings/src/_packages/execute-javascript.index.d.ts +2 -2
- package/esm/typings/src/_packages/fake-llm.index.d.ts +2 -2
- package/esm/typings/src/_packages/langtail.index.d.ts +2 -2
- package/esm/typings/src/_packages/legacy-documents.index.d.ts +2 -2
- package/esm/typings/src/_packages/markdown-utils.index.d.ts +2 -2
- package/esm/typings/src/_packages/node.index.d.ts +2 -2
- package/esm/typings/src/_packages/openai.index.d.ts +2 -2
- package/esm/typings/src/_packages/pdf.index.d.ts +2 -2
- package/esm/typings/src/_packages/remote-client.index.d.ts +2 -2
- package/esm/typings/src/_packages/remote-server.index.d.ts +2 -2
- package/esm/typings/src/_packages/utils.index.d.ts +2 -2
- package/esm/typings/src/_packages/website-crawler.index.d.ts +2 -2
- package/esm/typings/src/cli/cli-commands/make.d.ts +0 -1
- package/esm/typings/src/cli/cli-commands/run.d.ts +14 -0
- package/esm/typings/src/cli/promptbookCli.d.ts +1 -0
- package/esm/typings/src/cli/test/ptbk.d.ts +4 -1
- package/esm/typings/src/commands/{PROMPTBOOK_VERSION/PromptbookVersionCommand.d.ts → BOOK_VERSION/BookVersionCommand.d.ts} +4 -4
- package/esm/typings/src/commands/BOOK_VERSION/bookVersionCommandParser.d.ts +9 -0
- package/esm/typings/src/commands/_common/types/CommandParser.d.ts +1 -1
- package/esm/typings/src/commands/index.d.ts +1 -1
- package/esm/typings/src/version.d.ts +13 -2
- package/package.json +2 -2
- package/umd/index.umd.js +210 -265
- package/umd/index.umd.js.map +1 -1
- package/esm/typings/src/commands/PROMPTBOOK_VERSION/promptbookVersionCommandParser.d.ts +0 -9
- /package/esm/typings/src/commands/{PROMPTBOOK_VERSION/promptbookVersionCommand.test.d.ts → BOOK_VERSION/bookVersionCommand.test.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -76,44 +76,52 @@ In all of these situations, but especially in 3., the **✨ Promptbook can make
|
|
|
76
76
|
|
|
77
77
|
|
|
78
78
|
|
|
79
|
-
## 💜 The Promptbook Project
|
|
80
79
|
|
|
81
80
|
|
|
82
81
|
|
|
82
|
+
## 💜 The Promptbook Project
|
|
83
|
+
|
|
84
|
+
Promptbook project is ecosystem of multiple projects and tools, following is a list of most important pieces of the project:
|
|
85
|
+
|
|
83
86
|
<table>
|
|
84
|
-
<
|
|
87
|
+
<thead>
|
|
85
88
|
<tr>
|
|
86
|
-
<
|
|
87
|
-
<
|
|
88
|
-
<
|
|
89
|
+
<th>Project</th>
|
|
90
|
+
<th>Description</th>
|
|
91
|
+
<th>Link</th>
|
|
89
92
|
</tr>
|
|
93
|
+
</thead>
|
|
94
|
+
<tbody>
|
|
90
95
|
<tr>
|
|
91
|
-
<td>
|
|
92
|
-
<td>Promptbook
|
|
96
|
+
<td>Core</td>
|
|
97
|
+
<td>Promptbook core is a description and documentation of basic innerworkings how should be Promptbook implemented and defines which fetures must be descriable by book language</td>
|
|
98
|
+
<td rowspan=2>https://ptbk.io<br/>https://github.com/webgptorg/book</td>
|
|
93
99
|
</tr>
|
|
94
100
|
<tr>
|
|
95
101
|
<td>Book language</td>
|
|
96
102
|
<td>
|
|
97
|
-
Book is a markdown-like language to define projects, pipelines, knowledge
|
|
103
|
+
Book is a markdown-like language to define core entities like projects, pipelines, knowledge,.... It is designed to be understandable by non-programmers and non-technical people
|
|
98
104
|
</td>
|
|
99
105
|
</tr>
|
|
100
106
|
<tr>
|
|
101
107
|
<td>Promptbook typescript project</td>
|
|
102
108
|
<td>Implementation of Promptbook in TypeScript published into multiple packages to NPM</td>
|
|
103
|
-
<td>https://github.com/webgptorg/promptbook</td>
|
|
109
|
+
<td>https://github.com/webgptorg/promptbook + Multiple packages on NPM</td>
|
|
104
110
|
</tr>
|
|
105
111
|
<tr>
|
|
106
112
|
<td>Promptbook studio</td>
|
|
107
|
-
<td>
|
|
108
|
-
<td rowspan=2>https://github.com/hejny/promptbook-studio</td>
|
|
113
|
+
<td>No-code studio to write book without need to write even the markdown</td>
|
|
114
|
+
<td rowspan=2>https://promptbook.studio<br/>https://github.com/hejny/promptbook-studio</td>
|
|
109
115
|
</tr>
|
|
110
116
|
<tr>
|
|
111
117
|
<td>Promptbook miniapps</td>
|
|
112
|
-
<td>
|
|
118
|
+
<td>Builder of LLM miniapps from book notation</td>
|
|
113
119
|
</tr>
|
|
114
120
|
</tbody>
|
|
115
121
|
</table>
|
|
116
122
|
|
|
123
|
+
|
|
124
|
+
|
|
117
125
|
## 💙 Book language _(for prompt-engineer)_
|
|
118
126
|
|
|
119
127
|
Promptbook [pipelines](https://github.com/webgptorg/promptbook/discussions/64) are written in markdown-like language called [Book](https://github.com/webgptorg/book). It is designed to be understandable by non-programmers and non-technical people.
|
|
@@ -184,15 +192,66 @@ Or you can install them separately:
|
|
|
184
192
|
|
|
185
193
|
|
|
186
194
|
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
187
198
|
## 📚 Dictionary
|
|
188
199
|
|
|
189
|
-
The following glossary is used to clarify certain concepts:
|
|
190
200
|
|
|
191
|
-
### Basic terms
|
|
192
201
|
|
|
193
202
|
|
|
194
203
|
|
|
195
|
-
|
|
204
|
+
|
|
205
|
+
### 📚 Dictionary
|
|
206
|
+
|
|
207
|
+
The following glossary is used to clarify certain concepts:
|
|
208
|
+
|
|
209
|
+
#### General LLM / AI terms
|
|
210
|
+
|
|
211
|
+
- **Prompt drift** is a phenomenon where the AI model starts to generate outputs that are not aligned with the original prompt. This can happen due to the model's training data, the prompt's wording, or the model's architecture.
|
|
212
|
+
- **Pipeline, workflow or chain** is a sequence of tasks that are executed in a specific order. In the context of AI, a pipeline can refer to a sequence of AI models that are used to process data.
|
|
213
|
+
- **Fine-tuning** is a process where a pre-trained AI model is further trained on a specific dataset to improve its performance on a specific task.
|
|
214
|
+
- **Zero-shot learning** is a machine learning paradigm where a model is trained to perform a task without any labeled examples. Instead, the model is provided with a description of the task and is expected to generate the correct output.
|
|
215
|
+
- **Few-shot learning** is a machine learning paradigm where a model is trained to perform a task with only a few labeled examples. This is in contrast to traditional machine learning, where models are trained on large datasets.
|
|
216
|
+
- **Meta-learning** is a machine learning paradigm where a model is trained on a variety of tasks and is able to learn new tasks with minimal additional training. This is achieved by learning a set of meta-parameters that can be quickly adapted to new tasks.
|
|
217
|
+
- **Retrieval-augmented generation** is a machine learning paradigm where a model generates text by retrieving relevant information from a large database of text. This approach combines the benefits of generative models and retrieval models.
|
|
218
|
+
- **Longtail** refers to non-common or rare events, items, or entities that are not well-represented in the training data of machine learning models. Longtail items are often challenging for models to predict accurately.
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
_Note: Thos section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
|
|
223
|
+
|
|
224
|
+
#### Promptbook core
|
|
225
|
+
|
|
226
|
+
- **Organization** _(legacy name collection)_ group jobs, workforce, knowledge, instruments, and actions into one package. Entities in one organization can share resources (= import resources from each other).
|
|
227
|
+
- **Jobs**
|
|
228
|
+
- **Task**
|
|
229
|
+
- **Subtask**
|
|
230
|
+
- **Workforce**
|
|
231
|
+
- **Persona**
|
|
232
|
+
- **Team**
|
|
233
|
+
- **Role**
|
|
234
|
+
- **Knowledge**
|
|
235
|
+
- **Public**
|
|
236
|
+
- **Private**
|
|
237
|
+
- **Protected**
|
|
238
|
+
- **Instruments**
|
|
239
|
+
- **Actions**
|
|
240
|
+
|
|
241
|
+
#### Book language
|
|
242
|
+
|
|
243
|
+
- **Book file**
|
|
244
|
+
- **Section**
|
|
245
|
+
- **Heading**
|
|
246
|
+
- **Description**
|
|
247
|
+
- **Command**
|
|
248
|
+
- **Block**
|
|
249
|
+
- **Return statement**
|
|
250
|
+
- **Comment**
|
|
251
|
+
- **Import**
|
|
252
|
+
- **Scope**
|
|
253
|
+
|
|
254
|
+
#### 💯 Core concepts
|
|
196
255
|
|
|
197
256
|
- [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
|
|
198
257
|
- [📯 Pipeline](https://github.com/webgptorg/promptbook/discussions/64)
|
|
@@ -205,7 +264,7 @@ The following glossary is used to clarify certain concepts:
|
|
|
205
264
|
- [🔣 Words not tokens](https://github.com/webgptorg/promptbook/discussions/29)
|
|
206
265
|
- [☯ Separation of concerns](https://github.com/webgptorg/promptbook/discussions/32)
|
|
207
266
|
|
|
208
|
-
|
|
267
|
+
##### Advanced concepts
|
|
209
268
|
|
|
210
269
|
- [📚 Knowledge (Retrieval-augmented generation)](https://github.com/webgptorg/promptbook/discussions/41)
|
|
211
270
|
- [🌏 Remote server](https://github.com/webgptorg/promptbook/discussions/89)
|
|
@@ -220,6 +279,15 @@ The following glossary is used to clarify certain concepts:
|
|
|
220
279
|
- [👮 Agent adversary expectations](https://github.com/webgptorg/promptbook/discussions/39)
|
|
221
280
|
- [view more](https://github.com/webgptorg/promptbook/discussions/categories/concepts)
|
|
222
281
|
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
### Terms specific to Promptbook TypeScript implementation
|
|
285
|
+
|
|
286
|
+
- Anonymous mode
|
|
287
|
+
- Application mode
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
223
291
|
## 🔌 Usage in Typescript / Javascript
|
|
224
292
|
|
|
225
293
|
- [Simple usage](./examples/usage/simple-script)
|