-
Notifications
You must be signed in to change notification settings - Fork 76
Description
Hey @sullivan-sean! This is an insanely helpful starting point for langchainjs. Thank you for putting this together!
I was testing out chat-langchainjs and put in this question:
Does langchain support typescript?
I got back:
Yes, LangChain supports TypeScript. You can find more information on how to use TypeScript with LangChain in the Getting Started Documentation.
Unfortunately that link goes to https://langchain.readthedocs.io/en/latest/getting_started/ which 404's; it really should go to https://langchain.readthedocs.io/en/latest/getting_started/getting_started.html
Looking at data/docstore.json, all the links I can for "Getting Started" have the correct URL: https://langchain.readthedocs.io/en/latest/getting_started/getting_started.html
What do you think is going on here? Which project/repo do you think would own the underlying issue?

