5 ms·
You might be interested in another way to use LLMs inside a SQL query. For example, LLMs can be used to power a "soft join" between SQL tables for when a corres
by jarulraj 3y ago
You might be interested in another way to use LLMs inside a SQL query. For example, LLMs can be used to power a "soft join" between SQL tables for when a correspondence is only implied (e.g. different address formats, etc.).
More details here: https://medium.com/evadb-blog/augmenting-postgresql-with-ai-using-evadb-b3db294adf35 https://medium.com/evadb-blog/augmenting-postgresql-with-ai-...