IdentityRAG is a retrieval-augmented generation system that integrates identity resolution capabilities to provide accurate, context-aware responses a

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-10-31 13:30:08

IdentityRAG is a retrieval-augmented generation system that integrates identity resolution capabilities to provide accurate, context-aware responses about specific customers. It retrieves unified customer data across disparate sources to create a comprehensive golden record before generating LLM responses, ensuring answers are based on an accurate, deduplicated view of the customer.

The aws profile needs to have access to the model with action InvokeModelWithResponseStream. Also make sure the model is enabled in bedrock console and in the correct region.

To use your own data you will need to create a Tilores instance and get your free Tilores API credentials, Here's how to do that:

Leave a Comment