QnA Documents Diverge from Azure Index Document Source
- 主要语言
- Jupyter Notebook
- 星标
- 1
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
描述
## Summary:
The current QnA generation process relies on different documents than the Azure Indexes. QnAs are generated from the 'crawl' table, but Finesse use finesse-public-guidance index is generated from the 'public-guidance' blob storage. This causes issues with generating scores of 0 in the Finesse Benchmark tool located in the repository [finesse-backend](https://github.com/ai-cfia/finesse-backend). The script needs modification to generate documents from the blob storage instead of the 'louis_crawl' postgreSQL databse.
## Tasks:
- [ ] Modify the script to generate QnAs from the Index blob storage
- [ ] Test the new QnAs with the Finesse Benchmark tool
- [ ] Update [finesse-data](https://github.com/ai-cfia/finesse-data) with the new QnAs
## Acceptance Criteria:
- The script successfully connects to the Azure Blob Storage account.
- Documents are retrieved from the 'public-guidance' container in the Azure Blob Storage.
- QnAs are generated using documents from the blob storage.
- Running the Finesse Benchmark tool with the modified script does not result in scores of 0.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。