Kanaries / pygwalker

PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis
https://kanaries.net/pygwalker
Apache License 2.0
13.41k stars 699 forks source link

Using model LLM local for Q&A in PyGwalker Visualization #640

Open Anhduchb01 opened 1 month ago

Anhduchb01 commented 1 month ago

I need to use PyGwalker locally and don't want to use OpenAI for Q&A. However, I can also run LLM models locally. How can I combine that local model with PyGwalker Q&A?

ObservedObserver commented 3 weeks ago

Related discussion here: https://github.com/Kanaries/pygwalker/issues/454

Besides, if you want to have more customization of AI + data visualization, try graphic-walker, which provides more API for local integration.