netease-youdao / BCEmbedding

Netease Youdao's open-source embedding and reranker models for RAG products.
Apache License 2.0
1.3k stars 85 forks source link

from llama_index.core import modules after v0.10.x #73

Open starnight531 opened 1 month ago

starnight531 commented 1 month ago

Dear netease-youdao team,

LlamaIndex v0.10.x have integrated all modules used by bce_rerank.py into llama_index.core, which is declared in https://github.com/run-llama/llama_index/releases/tag/v0.10.1.

It's advisable to rewrite llama_index.callbacks to llama_index.core.callbacks.

The modification has been certified feasible in my project after tested in LlamaIndex v0.10.29 and v0.10.52(latest).

Thanks for providing us with the llama index interface.