-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Getting Started Documentation" URL Broken #4
Comments
Hmm this is an interesting issue. I'm able to reproduce this locally and played around with some logging. It doesn't seem like this is an issue with streaming - just seems like the chain is spitting out an invalid link. I'm actually able to get it this chain to spit out a bunch of invalid links now that I'm probing it more:
I wonder if @hwchase17 has any ideas here? Unclear to me if there is anything wrong with the vectorstore or if this just requires some more prompt engineering. |
This happening to me as well! Any solution on this? even when we pass the valid link in the source it seems to output invalid URLs |
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:
I got back:
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?
The text was updated successfully, but these errors were encountered: