continue icon indicating copy to clipboard operation
continue copied to clipboard

Update DocsContextProvider.ts

Open JoseVega opened this issue 1 year ago • 0 comments

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 than main

JoseVega avatar May 02 '24 07:05 JoseVega