langchain-ai / opengpts

MIT License
6.39k stars 841 forks source link

Ollama RAG/Tools support #184

Open malanchuk opened 6 months ago

malanchuk commented 6 months ago

Hi there,

I've connected Ollama with opengpts using langchain_community.chat_models.ChatOllama, but it is incompatible with RAG or any of the tools. Does anyone know if somebody works on this or maybe can describe some guidelines on how to implement that?

weipienlee commented 4 months ago

afaik, ChatOllama doesn't support function calling yet. My knowledge could be out of date.

You could try OllamaFunctions in the meanwhile.