Hi all, I am looking a way to chat with csv files ...
# 06-technical-discussion
u
Hi all, I am looking a way to chat with csv files with python langchain without openai, I want to be able to use my own model or other pretrained model but couldn’t find a solution.
k
Have you looked into this section in the LangChain documentation to find an LLM integration provider? https://langchain-langchain.vercel.app/docs/ecosystem/integrations/
u
They have Hugginface integration but it didn't worked csv agent or pandas dataframe agent
h
You might need to monkey patch pandas ai with a custom api/model call to do it.