File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/modules/ragstack-ts/pages Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ NPM::
37
37
+
38
38
[source,bash]
39
39
----
40
- npx @datastax/ragstack-ai-ts install --use-npm
40
+ npx @datastax/ragstack-ai install --use-npm
41
41
----
42
42
43
43
Yarn::
44
44
+
45
45
[source,console]
46
46
----
47
- npx @datastax/ragstack-ai-ts install --use-yarn
47
+ npx @datastax/ragstack-ai install --use-yarn
48
48
----
49
49
======
50
50
+
@@ -149,12 +149,12 @@ node index.js
149
149
After you have installed the RAGStack package, you can upgrade it to the latest version using the re-running the cli command:
150
150
[source,bash]
151
151
----
152
- npx @datastax/ragstack-ai-ts install
152
+ npx @datastax/ragstack-ai install
153
153
----
154
154
or you can upgrade to a specific version:
155
155
[source,bash]
156
156
----
157
- npx @datastax/ragstack-ai-ts install x.y.z
157
+ npx @datastax/ragstack-ai install x.y.z
158
158
----
159
159
160
160
You can’t perform that action at this time.
0 commit comments