What is Concept Store?
What is Concept Store?
Concept Store is part of SMAQ Library where you can teach SMAQ about your business and data. The more you teach SMAQ, the better it can answer your questions.
Example
Here we demonstrate how concept store can enable SMAQ to translate the following question:
Translate without knowledge
When SMAQ translate directly based on the data schema, it has assumed that gender stores male
and female
in the database. However, the truth is MF
! Here is the prompt
Translate with concepts
Now, we perform an RAG with the knowledge base, which takes into the account of the meta data of the table. Since the meta data has example values, hence, our final prompt contains information about male is M
in the table
Voila! That’s a simple example on how useful concept store is. In real life, there are specific domain knowledge such as industry jargons and product descriptions. These are very useful in making sure SMAQ can pull the right data for you!
Last updated