-
Notifications
You must be signed in to change notification settings - Fork 0
This is a showcase of RAG(Retrieval Augmented Generation). Products are stored in SQL DB, then taken from there converted to embeddings and when we perform search, top X results(In this case products) are taken then passed onto LLM and then are performed operations on as needed.
ZaidK07/Product-Insight-System
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
About
This is a showcase of RAG(Retrieval Augmented Generation). Products are stored in SQL DB, then taken from there converted to embeddings and when we perform search, top X results(In this case products) are taken then passed onto LLM and then are performed operations on as needed.