Home > database >  how to Improve accuracy of phrase based searches results powered by jina?
how to Improve accuracy of phrase based searches results powered by jina?

Time:12-20

I am building phrase search based search engine, I am using Jina for this but the results so far is always not accurate. I have some inhouse datasets and some from kaggle, what would be the best way to improve and optimize search results?

Tried using improved datasets and checked out finetuner but not seeing much success so far.

CodePudding user response:

It seems you're doing long form text based searches, you can finetune the results. Jina Finetuner can be used for dense retrieval, check out this for more-

https://finetuner.jina.ai/notebooks/text_to_text/

  • Related