PVA

Results 24 comments of PVA

Try to add into prompt something like "Use only provided data and not prior knowledge".

Ah, got it. You are about talking agent with himself. Yes, I have the same situation. I have uploaded image, but after call agent I see some strange dialog about...

I decided do not use agents in my apps yet. So can't answer if it's a case now.

Hi! I have exactly the same issue. Windows 10, 16GB RAM, NVidea GPU, Python 3.10 And as I see GPU is not used and I can't find way how to...

Hi, I had the same issue - result is fully different between playground and direct call. I resolved it by adding model_kwargs parameters into constructor: ``` return ChatOpenAI( model_name =...

I have the same error: Traceback (most recent call last): ``` File D:\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py:3369 in run_code exec(code_obj, self.user_global_ns, self.user_ns) Input In [14] in pandas_ai.run(df, prompt='I want to buy a chair') File...

@gventuri , sure, I have tested and compared conversation true and false. I got dataframe from kaggle. ``` item_id,name,category,price,height,width 90420332,FREKVENS,Bar furniture,265,99,51 368814,NORDVIKEN,Bar furniture,995,105,80 49278341,BRIMNESE,Beds,895,110,96 89326463,PLATSA,Beds,2111,43,140 50468953,VATTVIKEN,Beds,995,86,92 59099136,BRIMNESA,Beds,795,111,146 19254209,SAGSTUA,Beds,545,140,148 20400691,BRIMNESB,Beds,575,47,96 30409295,KOLB–RN,Bookcases,345,81,80...

Sure, I will check with last version, my installed version is 0.2.2.

Ok, last version is 0.2.12. It's much better, thanks! But, let's see some other tests, if you don't mind. First, I've uploaded data from file `df = pd.read_csv('IKEA_small.csv', encoding='ISO-8859-1')` I'm...

I see new version has been released - 0.2.13