44 lines
873 B
JSON
44 lines
873 B
JSON
{
|
|
"ts": "2026-04-21T23:26:25.346919",
|
|
"wave": 224,
|
|
"test": "pandasai_ollama_integration",
|
|
"steps": [
|
|
{
|
|
"step": "import pandasai",
|
|
"ok": true,
|
|
"version": "2.0.24"
|
|
},
|
|
{
|
|
"step": "import pandas",
|
|
"ok": true,
|
|
"version": "2.3.3"
|
|
},
|
|
{
|
|
"step": "create df",
|
|
"ok": true,
|
|
"rows": 3,
|
|
"cols": 2
|
|
},
|
|
{
|
|
"step": "import LocalLLM",
|
|
"ok": true
|
|
},
|
|
{
|
|
"step": "create Ollama LocalLLM",
|
|
"ok": true,
|
|
"model": "llama3.2:latest",
|
|
"api": "localhost:11434/v1"
|
|
},
|
|
{
|
|
"step": "import SmartDataframe",
|
|
"ok": true
|
|
},
|
|
{
|
|
"step": "create SmartDataframe",
|
|
"ok": true,
|
|
"class": "SmartDataframe"
|
|
}
|
|
],
|
|
"integration_ok": true,
|
|
"message": "pandasai 2.0.24 + Ollama llama3.2 integration LOADED (ready for LLM queries)"
|
|
} |