-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cubejs as a datasource #1466
base: main
Are you sure you want to change the base?
Conversation
hi, @lordk911 Thank you very much for your contribution, cubejs is a great feature, could you fix some mypy error |
I've done
Is this need to care about? |
hi, there are some conflicts, could you fix that? |
please flow this quick start docment, we can use the in DB-GPT create a cubejs connection: current I use the in |
ok, we will have a quick test and put |
Description
https://python.langchain.com/docs/integrations/document_loaders/cube_semantic/
Cube’s data model provides structure and definitions that are used as a context for LLM to understand data and generate correct queries. LLM doesn’t need to navigate complex joins and metrics calculations because Cube abstracts those and provides a simple interface that operates on the business-level terminology, instead of SQL table and column names. This simplification helps LLM to be less error-prone and avoid hallucinations.
How Has This Been Tested?