continue
continue copied to clipboard
Update DocsContextProvider.ts
I fixed a bug where you were sending the query variable (which holds the base URL of the doc) to the rerank method, and it made no sense to rerank the chunks based on a URL. So I changed it to extras.fullInput because it should rerank based on the user input, which should provide better results.
Description
[ What changed? Feel free to be brief. ]
Checklist
- [x] The base branch of this PR is
preview, rather thanmain