Files
html/api/pandasai-ollama-test-result.json
opus 61447aca2a
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-21T23:27:07+02:00
2026-04-21 23:27:07 +02:00

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)"
}