Skip to content

Commit f50e103

Browse files
committed
Couple docs fixes
1 parent 32aea64 commit f50e103

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rag-examples/rag-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ directory demonstrates one kind of retriever that you can consider for your own
1818
## Setup
1919

2020
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.
2222
Minimum versions of npm are dependent on the version of Node.
2323
See [Node Releases](https://nodejs.org/en/about/previous-releases#looking-for-latest-release-of-a-version-branch)
2424
for more information.
@@ -93,8 +93,8 @@ intoxication as opposed to the entire set of fictional crime events:
9393
9494
For more information, please see the following code files:
9595

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.
9898

9999
## RAG with a vector query
100100

0 commit comments

Comments
 (0)