Q&A using Retrieval-Augmented Generation with Langchain
I have been doing a POC to implement RAG driven model for my AI/ML use case.
The use case is to "
Find Similar and duplicate controls by comparing each ID with every other ID, Generate similarity scores and list the pairs which exceeds a threshold of 80-87 for similar controls and exceeding above 95 for duplicate controls
"