0.0.6
Main
- Context Relevancy v2 - measures how relevant is the retrieved context to the prompt. This is done using a combination of OpenAI models and cross-encoder models. To improve the score one can try to optimize the amount of information present in the retrieved context.
What's Changed
- added analytics by @jjmachan in #58
- Context Relevancy v2 by @shahules786 in #59
- doc: added numpy style documentation to
context_relavency
by @jjmachan in #62 - updated docs by @shahules786 in #64
- fix: error in handling device for tensors by @jjmachan in #61
- chore: renamed files and added tqdm by @jjmachan in #65
Full Changelog: 0.0.5...0.0.6