Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information