Submitted by jaxolingo t3_125qztx in MachineLearning
Hey guys, I want to train any LLM on my company’s data we have stored in Azure and Snowflake
It’s all in tabular form, and I was wondering how can I train an LLM on the data, and be able to ask it questions about it. No computations required from the model, but at least be able to tell answer questions such as: What was Apple’s return compared to it’s sector last month ( we have financial data)
- is it possible to train an LLM to understand tabluar data
- is it possible to train it on Snowflake/Azure
Any help or links would be appreciated!
13ass13ass t1_je5nc8b wrote
You could look at the natural language -> sql query tools that are all the rage right now. I’d recommend checking out langchains sqlchainagent since it’s open source.