ptbk 0.88.0-8 → 0.88.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 +21 -23
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -46,6 +46,9 @@ This shift is going to happen, whether we are ready for it or not. Our mission i
46
46
 
47
47
 
48
48
 
49
+
50
+
51
+
49
52
  ## 🚀 Get started
50
53
 
51
54
  Take a look at the simple starter kit with books integrated into the **Hello World** sample applications:
@@ -57,6 +60,8 @@ Take a look at the simple starter kit with books integrated into the **Hello Wor
57
60
 
58
61
 
59
62
 
63
+
64
+
60
65
  ## 💜 The Promptbook Project
61
66
 
62
67
  Promptbook project is ecosystem of multiple projects and tools, following is a list of most important pieces of the project:
@@ -92,6 +97,14 @@ Promptbook project is ecosystem of multiple projects and tools, following is a l
92
97
  </tbody>
93
98
  </table>
94
99
 
100
+ Hello world examples:
101
+
102
+ - [Hello world](https://github.com/webgptorg/hello-world)
103
+ - [Hello world in Node.js](https://github.com/webgptorg/hello-world-node-js)
104
+ - [Hello world in Next.js](https://github.com/webgptorg/hello-world-next-js)
105
+
106
+
107
+
95
108
  We also have a community of developers and users of **Promptbook**:
96
109
 
97
110
  - [Discord community](https://discord.gg/x3QWNaa89N)
@@ -258,16 +271,9 @@ Or you can install them separately:
258
271
 
259
272
  ## 📚 Dictionary
260
273
 
261
-
262
-
263
-
264
-
265
-
266
- ### 📚 Dictionary
267
-
268
274
  The following glossary is used to clarify certain concepts:
269
275
 
270
- #### General LLM / AI terms
276
+ ### General LLM / AI terms
271
277
 
272
278
  - **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.
273
279
  - **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.
@@ -280,11 +286,11 @@ The following glossary is used to clarify certain concepts:
280
286
 
281
287
 
282
288
 
283
- _Note: Thos section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
289
+ _Note: This section is not complete dictionary, more list of general AI / LLM terms that has connection with Promptbook_
284
290
 
285
291
 
286
292
 
287
- #### 💯 Core concepts
293
+ ### 💯 Core concepts
288
294
 
289
295
  - [📚 Collection of pipelines](https://github.com/webgptorg/promptbook/discussions/65)
290
296
  - [📯 Pipeline](https://github.com/webgptorg/promptbook/discussions/64)
@@ -297,7 +303,7 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
297
303
  - [🔣 Words not tokens](https://github.com/webgptorg/promptbook/discussions/29)
298
304
  - [☯ Separation of concerns](https://github.com/webgptorg/promptbook/discussions/32)
299
305
 
300
- ##### Advanced concepts
306
+ #### Advanced concepts
301
307
 
302
308
  - [📚 Knowledge (Retrieval-augmented generation)](https://github.com/webgptorg/promptbook/discussions/41)
303
309
  - [🌏 Remote server](https://github.com/webgptorg/promptbook/discussions/89)
@@ -314,17 +320,9 @@ _Note: Thos section is not complete dictionary, more list of general AI / LLM te
314
320
 
315
321
 
316
322
 
317
- ### Terms specific to Promptbook TypeScript implementation
318
-
319
- - Anonymous mode
320
- - Application mode
321
-
322
-
323
-
324
- ## 🔌 Usage in Typescript / Javascript
323
+ ## 🚂 Promptbook Engine
325
324
 
326
- - [Simple usage](./examples/usage/simple-script)
327
- - [Usage with client and remote server](./examples/usage/remote)
325
+ ![Schema of Promptbook Engine](./documents/promptbook-engine.svg)
328
326
 
329
327
  ## ➕➖ When to use Promptbook?
330
328
 
@@ -390,11 +388,11 @@ See [TODO.md](./TODO.md)
390
388
  <div style="display: flex; align-items: center; gap: 20px;">
391
389
 
392
390
  <a href="https://promptbook.studio/">
393
- <img src="./design/promptbook-studio-logo.png" alt="Partner 3" height="100">
391
+ <img src="./design/promptbook-studio-logo.png" alt="Partner 3" height="70">
394
392
  </a>
395
393
 
396
394
  <a href="https://technologickainkubace.org/en/about-technology-incubation/about-the-project/">
397
- <img src="./other/partners/CI-Technology-Incubation.png" alt="Technology Incubation" height="100">
395
+ <img src="./other/partners/CI-Technology-Incubation.png" alt="Technology Incubation" height="70">
398
396
  </a>
399
397
 
400
398
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ptbk",
3
- "version": "0.88.0-8",
3
+ "version": "0.88.0",
4
4
  "description": "It's time for a paradigm shift. The future of software in plain English, French or Latin",
5
5
  "private": false,
6
6
  "sideEffects": false,
@@ -44,10 +44,10 @@
44
44
  },
45
45
  "homepage": "https://ptbk.io/",
46
46
  "peerDependencies": {
47
- "@promptbook/core": "0.88.0-8"
47
+ "@promptbook/core": "0.88.0"
48
48
  },
49
49
  "dependencies": {
50
- "promptbook": "0.88.0-8"
50
+ "promptbook": "0.88.0"
51
51
  },
52
52
  "bin": {
53
53
  "ptbk": "bin/promptbook-cli-proxy.js"