@objectstack/knowledge-ragflow 17.0.0 → 17.1.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 (3) hide show
  1. package/CHANGELOG.md +131 -0
  2. package/README.md +1 -1
  3. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,136 @@
1
1
  # @objectstack/knowledge-ragflow
2
2
 
3
+ ## 17.1.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 0425db9: Published READMEs link to the docs site in the one form that works on npm, on GitHub and on the docs site (#9632)
8
+
9
+ **Seven docs links in these READMEs pointed nowhere.** They were spelled as a repo
10
+ path rooted at `/` — `[Flows](/content/docs/automation/flows.mdx)` — and a README in a
11
+ package's `files` array with `private` unset is rendered on the **npm package page** and
12
+ on **GitHub**, not only in this repository. There a root-relative href resolves against
13
+ `npmjs.com` and `github.com` respectively. It was not a docs-site route either:
14
+ `apps/docs/lib/source.ts` mounts `loader({ baseUrl: '/docs' })` over `content/docs`, so
15
+ the route for that first link is `/docs/automation/flows`, and `apps/docs/redirects.mjs`
16
+ carries no `/content` source that would rescue the written form. Every target page
17
+ existed and every one of them was reachable — only the links were not.
18
+
19
+ All seven now use the absolute form the repo had already established in
20
+ `create-objectstack`'s published READMEs: `https://docs.objectstack.ai/docs/...`, with
21
+ the path taken under `content/docs` and the page extension dropped, because the route
22
+ carries none. Each target was re-verified at the route level rather than as a file — the
23
+ two that named a **directory** (`/content/docs/automation/`,
24
+ `/content/docs/references/automation/`) resolve only because those directories carry an
25
+ `index.mdx`; a directory without one is a 404, not a section.
26
+
27
+ **Two more links in the same class were converted in the same pass.**
28
+ `service-knowledge` and `knowledge-ragflow` pointed at
29
+ `../../../content/docs/protocol/knowledge.mdx`. Those relative paths do resolve on both
30
+ GitHub and npm, so they are a milder defect than the seven — but they land the reader on
31
+ **raw MDX source** instead of the rendered page. They now point at the rendered page as
32
+ well. `service-knowledge`'s link text changed with it: it was the source filename in a
33
+ code span, which stops being an honest label once the destination is the page.
34
+
35
+ No API, behaviour or type surface changes — this is the published documentation these
36
+ packages ship.
37
+ - Updated dependencies [56656aa]
38
+ - Updated dependencies [07e630e]
39
+ - Updated dependencies [2f65b1b]
40
+ - Updated dependencies [720ee95]
41
+ - Updated dependencies [f287435]
42
+ - Updated dependencies [2782805]
43
+ - Updated dependencies [e43d63a]
44
+ - Updated dependencies [9aa8890]
45
+ - Updated dependencies [7c9c1dd]
46
+ - Updated dependencies [75b7c24]
47
+ - Updated dependencies [d5552ca]
48
+ - Updated dependencies [d9813a9]
49
+ - Updated dependencies [8640fb2]
50
+ - Updated dependencies [2420641]
51
+ - Updated dependencies [2ad91c3]
52
+ - Updated dependencies [f57fb38]
53
+ - Updated dependencies [00777a0]
54
+ - Updated dependencies [d491625]
55
+ - Updated dependencies [420804d]
56
+ - Updated dependencies [716ac9b]
57
+ - Updated dependencies [a38408a]
58
+ - Updated dependencies [62b1427]
59
+ - Updated dependencies [7ea1372]
60
+ - Updated dependencies [23abe27]
61
+ - Updated dependencies [985a9cd]
62
+ - Updated dependencies [5f5e234]
63
+ - Updated dependencies [a8189ae]
64
+ - Updated dependencies [26e70fb]
65
+ - Updated dependencies [42b05af]
66
+ - Updated dependencies [2b292ce]
67
+ - Updated dependencies [abcf853]
68
+ - Updated dependencies [8b9eba5]
69
+ - Updated dependencies [d575779]
70
+ - Updated dependencies [94f7ef8]
71
+ - Updated dependencies [c5ac5e4]
72
+ - Updated dependencies [a777944]
73
+ - Updated dependencies [dd88e1c]
74
+ - Updated dependencies [856527c]
75
+ - Updated dependencies [870f710]
76
+ - Updated dependencies [79c46da]
77
+ - Updated dependencies [7ff3975]
78
+ - Updated dependencies [29d055b]
79
+ - Updated dependencies [65589d6]
80
+ - Updated dependencies [2c86fe3]
81
+ - Updated dependencies [e196c6a]
82
+ - Updated dependencies [24173e9]
83
+ - Updated dependencies [4ab7523]
84
+ - Updated dependencies [19539b4]
85
+ - Updated dependencies [f8eb736]
86
+ - Updated dependencies [11b779e]
87
+ - Updated dependencies [739fe5b]
88
+ - Updated dependencies [4bfe1a5]
89
+ - Updated dependencies [2065e31]
90
+ - Updated dependencies [b69d0f5]
91
+ - Updated dependencies [4d47afe]
92
+ - Updated dependencies [e4e5c6e]
93
+ - Updated dependencies [9a56784]
94
+ - Updated dependencies [d00d2f6]
95
+ - Updated dependencies [df0c12d]
96
+ - Updated dependencies [d31785f]
97
+ - Updated dependencies [c308a4f]
98
+ - Updated dependencies [e2899f6]
99
+ - Updated dependencies [3851f87]
100
+ - Updated dependencies [2a29caa]
101
+ - Updated dependencies [09a6eee]
102
+ - Updated dependencies [1a7f907]
103
+ - Updated dependencies [0425db9]
104
+ - Updated dependencies [cd455c8]
105
+ - Updated dependencies [e1bb0ca]
106
+ - Updated dependencies [30d3752]
107
+ - Updated dependencies [c80e7ae]
108
+ - Updated dependencies [09a9a8a]
109
+ - Updated dependencies [07026cf]
110
+ - Updated dependencies [5d4f3d5]
111
+ - Updated dependencies [4d80e8b]
112
+ - Updated dependencies [30b1c63]
113
+ - Updated dependencies [079b457]
114
+ - Updated dependencies [e43b211]
115
+ - Updated dependencies [890b38f]
116
+ - Updated dependencies [8bee54b]
117
+ - Updated dependencies [7a537ce]
118
+ - Updated dependencies [593c4bf]
119
+ - Updated dependencies [ff08691]
120
+ - Updated dependencies [60e0f90]
121
+ - Updated dependencies [90c5285]
122
+ - Updated dependencies [402c125]
123
+ - Updated dependencies [7901b2d]
124
+ - Updated dependencies [56bca91]
125
+ - Updated dependencies [79394d7]
126
+ - Updated dependencies [730fd9a]
127
+ - Updated dependencies [44bc51d]
128
+ - Updated dependencies [73cfddf]
129
+ - Updated dependencies [d634e66]
130
+ - @objectstack/spec@17.1.0
131
+ - @objectstack/core@17.1.0
132
+ - @objectstack/service-knowledge@17.1.0
133
+
3
134
  ## 17.0.0
4
135
 
5
136
  ### Patch Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [RAGFlow](https://github.com/infiniflow/ragflow) `IKnowledgeAdapter` for ObjectStack.
4
4
 
5
- Bridges the [Knowledge Protocol](../../../content/docs/protocol/knowledge.mdx) to a RAGFlow deployment via its HTTP API. RAGFlow handles chunking (DeepDoc), embedding, hybrid retrieval, and reranking; ObjectStack handles metadata-native sources and permission-aware filtering on top of the returned hits.
5
+ Bridges the [Knowledge Protocol](https://docs.objectstack.ai/docs/protocol/knowledge) to a RAGFlow deployment via its HTTP API. RAGFlow handles chunking (DeepDoc), embedding, hybrid retrieval, and reranking; ObjectStack handles metadata-native sources and permission-aware filtering on top of the returned hits.
6
6
 
7
7
  ## Why RAGFlow?
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/knowledge-ragflow",
3
- "version": "17.0.0",
3
+ "version": "17.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "RAGFlow knowledge adapter for ObjectStack — production-grade RAG via the Apache 2.0 RAGFlow REST API.",
6
6
  "main": "dist/index.js",
@@ -13,12 +13,12 @@
13
13
  }
14
14
  },
15
15
  "dependencies": {
16
- "@objectstack/core": "17.0.0",
17
- "@objectstack/service-knowledge": "17.0.0",
18
- "@objectstack/spec": "17.0.0"
16
+ "@objectstack/core": "17.1.0",
17
+ "@objectstack/service-knowledge": "17.1.0",
18
+ "@objectstack/spec": "17.1.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/node": "^26.1.2",
21
+ "@types/node": "^26.2.0",
22
22
  "typescript": "^6.0.3",
23
23
  "vitest": "^4.1.10"
24
24
  },