Channels
00-announcements
01-intros
02-general-community-chat
03-ai-events
04-coworking
05-ai-news
06-technical-discussion
07-self-promotion
08-random-memes
09-job-board
Powered by
#06-technical-discussion
Title
# 06-technical-discussion
u
umar ıgan
07/16/2023, 12:18 AM
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
Karen
07/16/2023, 1:42 AM
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
umar ıgan
07/16/2023, 10:16 AM
They have Hugginface integration but it didn't worked csv agent or pandas dataframe agent
h
Han
07/16/2023, 2:14 PM
You might need to monkey patch pandas ai with a custom api/model call to do it.
Post