ai-cfia / azure-db

Operations related to semantic search on our Azure document index.
MIT License
0 stars 1 forks source link

Normalize AI Search Scores and Integrate PostgreSQL Signals for Re-ranking in azure-db #8

Open k-allagbe opened 9 months ago

k-allagbe commented 9 months ago

Currently, search scores are not normalized between 0 and 1, potentially impacting the consistency of result rankings. There's a need to implement score normalization within the range of the search results returned. Additionally, we should consider integrating other relevant signals from our PostgreSQL database to enhance the re-ranking process.

Tasks

Acceptance Criteria