You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update SearchClient to use webPageUrl instead of static fileName for webpages (fixes#491) (#521)
## Motivation and Context (Why the change? What's the scenario?)
When providing webpages as facts, the "filename" currently is a static
"content.url" - this provides no value when asking the LLM to include
sources directly in the response (e.g. to have per paragraph sources).
Update SearchClient to use webPageUrl instead of static fileName for
webpages.
## High level description (Approach, Design)
When creating the facts, instead of "content.url" the webpage url is
added
Co-authored-by: Michael Keller <[email protected]>
0 commit comments