@tpsdev-ai/n8n-nodes-flair 0.27.1 → 0.29.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ n8n community node — use [Flair](https://github.com/tpsdev-ai/flair) as your A
|
|
|
8
8
|
- **Flair Search** — n8n AI Agent Tool port. Two operations:
|
|
9
9
|
- *Semantic Search* — finds memories ranked by similarity to a natural-language query.
|
|
10
10
|
- *Get By Subject* — lists memories filtered by subject, ordered by recency.
|
|
11
|
-
- *Get By Tag* — coming in a follow-up once `flair-client.memory.list` exposes a `tags` filter
|
|
11
|
+
- *Get By Tag* — coming in a follow-up once `flair-client.memory.list` exposes a `tags` filter.
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tpsdev-ai/n8n-nodes-flair",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"description": "n8n community node — use Flair as your AI Agent's memory backend. Includes FlairChatMemory (Memory port) and FlairSearch (Tool port).",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"langchain"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@tpsdev-ai/flair-client": "0.
|
|
51
|
+
"@tpsdev-ai/flair-client": "0.29.0",
|
|
52
52
|
"zod": "3.25.76"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|