IAAR-Shanghai / CRUD_RAG

CRUD-RAG: A Comprehensive Chinese Benchmark for Retrieval-Augmented Generation of Large Language Models
https://arxiv.org/abs/2401.17043
233 stars 20 forks source link

CustomBM25Retriever的construct_index的作用是什么? #6

Closed SingL3 closed 5 months ago

SingL3 commented 6 months ago

RT

haruhi-sudo commented 5 months ago

目的是为了存储待检索数据。另外,Elasticsearch现在同时支持向量检索和关键字检索。如果不需要向量检索功能,本仓库的代码可进一步简化