Hi, is there any way to display the chart in the same page rather than seeing it in a pop up window?
@Airsoftshowoffs7 ай бұрын
Great video. Thank you for making this easy.
@akosiraff72975 ай бұрын
Thanks, do you have a tutorial doing it on a VPS?
@TheUtube6665 ай бұрын
This is good for accessing a single table. How do we scale it up to handle a more complex environment? I have sales history, titles and customer information and I'd like to allow users to ask questions against the various tables.
@davide09653 ай бұрын
You got the point. This is a trivial worthless example
@LalalaFabio15 күн бұрын
You could build a step between and try to categorize the question from the user to one of your tables with the llm and than use these table. Another option to combine data in mysql is to use views 🙂 maybe that could help you!
@atharvaghale40926 ай бұрын
is there any solution to make the queries run faster? will gpu help?
@HimanshuSaxena16november8 ай бұрын
Can we get data from multiple tables using prompts?
@TirendazAI8 ай бұрын
PandasAI supports queries with multiple dataframes. You can utilize a SmartDatalake to implement such queries.
@HimanshuSaxena16november8 ай бұрын
@@TirendazAI what about joins in tables,what will be the prompt in that case?
@Airsoftshowoffs7 ай бұрын
@@HimanshuSaxena16november Totally agree, if a DB with its ERD and relationships are loaded , it would be amazing.
@DanielMouttapa6 ай бұрын
@@TirendazAI when i used smartdatalake to test with the 2 datasets employee and salary table, with llama3 in local, for the question who gets paid the most, the code produced by the llm provoked error and no result, however with pandas ai api the result is ok (but limited quota), what local model can we use to get good result ?
@blackswann95553 ай бұрын
Great video thanks. I am going to try this today!
@suffympm16018 ай бұрын
thanks for your video. from indonesia.. but why in my laptop result data is so long.. any idea ?. my spec is asus ryzen 7 gen 5
@TirendazAI8 ай бұрын
Hi, to get a quick response, it is important to have a powerful graphics card.
@jackgaleras7 ай бұрын
12:26 Gracias mil, la animación es muy adecuada cuando se intenta estas cosas y se consiguen mil errores hasta que por fin se logra el objetivo ja
@DarkNessShadow-8 ай бұрын
Hi, awesome videos, can you make a video using agent pandasai with the explain and clarification questions features, i try to use it but doesn't work for me
@TirendazAI8 ай бұрын
Thanks, noted!
@erdemkoraysanl75478 ай бұрын
Hello, I wrote the same code, it works, but it is very slow, for example, when I say bring the first 4 data, it responds in 2 minutes 3 minutes, but it is very very fast in you. It is very fast when chatting normally with llama3. It is very fast in my database, but when I write this code, it works very slowly.
@TirendazAI8 ай бұрын
The app answered quickly a response in the video because I used cache. Cache allows PandasAI to store the results of previous queries. My queries took some time. Which graphic card do you use?
@erdemkoraysanl75478 ай бұрын
@@TirendazAI I use the Amd Rodeon rx580 graphics card. Actually, my goal is to use AI search on my website. Algorithms almost most of the time can not give correct results. I really thought that artificial intelligence would be very useful to think like a human, but it works very slowly.
@justinchung9825 ай бұрын
Very slow for me as well. I’m using an MacBook Pro m3 pro 36gb
@maxpacheco22175 күн бұрын
@@justinchung982 For me too, I went to runpod and try on a RTX 3090, and finally get good results. Basically you depend on your graphics cards
@AbhinavKumar-tx5er6 ай бұрын
Hi , I followed the same but I am getting error as "Unfortunately, I was not able to answer your question, because of the following error: No code found in the response" .
@RaghuNandan-ug1pk4 ай бұрын
same dude
@ByteBop9118 ай бұрын
Is it possible to use agents without the pandasapi and use ollama?
@TirendazAI8 ай бұрын
You can use many agents with LangChain.
@nguyenngothuong8 ай бұрын
Can you make a video tutorial on role configuration for Botchat?. For example, only respond in English, and focus on using SQL to query data and respond to users.....
@nguyenngothuong8 ай бұрын
Added features to save chat history, suggest prompts after asking, etc.
@TheBestgoku8 ай бұрын
bro please tell me if pandasAI is free if, i host on my own server. why is PandasAI so expensive?
@TirendazAI8 ай бұрын
PandasAI is free and open source.
@zainmunir56288 ай бұрын
Hi. I love your videos. Is there anyway to do same with MongoDB or any NoSQL database?
@TirendazAI8 ай бұрын
Thanks for your feedback. PandasAI provides connectors for the following SQL databases: PostgreSQL, MySQL, Generic SQL, Snowflake, DataBricks, GoogleBigQuery, Yahoo Finance and Airtable.
@RaghuNandan-ug1pk4 ай бұрын
Unfortunately, I was not able to answer your question, because of the following error: No code found in the response is the error I am getting