@rahul_vendure/ai-chat-plugin 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -68,7 +68,7 @@ This generates vector embeddings for all products, variants, and collections in
68
68
 
69
69
  ### 3. Add the frontend
70
70
 
71
- Use the companion package [`@rahul_vendure/ai-chat-react`](../ai-chat-react) for a drop-in React chat UI:
71
+ Use the companion package [`@rahul_vendure/ai-chat-react`](https://www.npmjs.com/package/@rahul_vendure/ai-chat-react) for a drop-in React chat UI:
72
72
 
73
73
  ```bash
74
74
  npm install @rahul_vendure/ai-chat-react ai @ai-sdk/react
@@ -78,7 +78,7 @@ npm install @rahul_vendure/ai-chat-react ai @ai-sdk/react
78
78
  <VendureAiChat vendureUrl="https://my-vendure.com" />
79
79
  ```
80
80
 
81
- See the [`@rahul_vendure/ai-chat-react` README](../ai-chat-react) for full docs.
81
+ See the [`@rahul_vendure/ai-chat-react` README](https://www.npmjs.com/package/@rahul_vendure/ai-chat-react) for full docs.
82
82
 
83
83
  ## Configuration Options
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rahul_vendure/ai-chat-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "AI-powered shopping assistant plugin for Vendure — LLM chat, vector search, cart management, and order tracking",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",