You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rag-examples/rag-javascript.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ directory demonstrates one kind of retriever that you can consider for your own
18
18
## Setup
19
19
20
20
The only system requirements for running these examples are Node 18.x, 19.x, or 20.x
21
-
(see [LangChain.js Installation]https://js.langchain.com/v0.1/docs/get_started/installation/) and npm.
21
+
(see [LangChain.js Installation](https://js.langchain.com/v0.1/docs/get_started/installation/)) and npm.
22
22
Minimum versions of npm are dependent on the version of Node.
23
23
See [Node Releases](https://nodejs.org/en/about/previous-releases#looking-for-latest-release-of-a-version-branch)
24
24
for more information.
@@ -93,8 +93,8 @@ intoxication as opposed to the entire set of fictional crime events:
93
93
94
94
For more information, please see the following code files:
95
95
96
-
- The [LangChain retriever](https://github.com/marklogic/marklogic-ai-examples/blob/main/rag-langchain-js/askContextualQuery.js).
97
-
- The [example program](https://github.com/marklogic/marklogic-ai-examples/blob/main/rag-langchain-js/contextualQueryRetriever.js) that uses the retriever.
96
+
- The [LangChain retriever](https://github.com/marklogic/marklogic-ai-examples/blob/main/rag-langchain-js/contextualQueryRetriever.js).
97
+
- The [example program](https://github.com/marklogic/marklogic-ai-examples/blob/main/rag-langchain-js/askContextualQuery.js) that uses the retriever.
0 commit comments