Zain Hoda

Results 53 comments of Zain Hoda

Actually now that I think about this, in order to fit our general pattern, this should actually be: `vn.connect_to_dataframes` so example usage would look like: ```python df1 = pd.read_csv('soccer_players.csv') df2...

> what does this do in the background? it creates a sqlite db, puts those two dfs in there, and then connects vanna to the sqlite? That's what I'm thinking

@njhouse365 can you provide more detail here? Do you mean specifically for the built-in UI?

Are you able to use that same keyfile to run your BigQuery query outside of Vanna? One possibility is that the credentials allow other types of access but not specifically...

Hi @anokhimg -- yes, we're planning on adding this functionality soon. I will keep this issue open until it's resolved

Can you try this in the latest version of the package? The underlying prompt may potentially need some additional experimentation and upgrades over time. On Tue, Mar 5, 2024 at...

@andreped I think the feature request is something like: If the question is exactly the same as one of the trained question-SQL pairs, then instead of using the LLM to...

@andreped if you (or anyone else) would like to take a quick stab at this, I think this is relatively simple change. Add something like this: ```python # Iterate through...

This isn't something that I've heard from other users so please feel free to make a PR!