Skip to content

Commit

Permalink
Update langchain ollama
Browse files Browse the repository at this point in the history
  • Loading branch information
Pingdred committed Nov 8, 2024
1 parent 0dff2b7 commit 27aba7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/cat/factory/custom_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from langchain_core.language_models.llms import LLM
from langchain_openai.chat_models import ChatOpenAI
from langchain_community.chat_models.ollama import ChatOllama
from langchain_ollama import ChatOllama



Expand Down
1 change: 0 additions & 1 deletion core/cat/looking_glass/cheshire_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import base64
from typing import List, Dict
import requests
from requests.exceptions import HTTPError
from typing_extensions import Protocol

from pydantic import BaseModel
Expand Down
1 change: 1 addition & 0 deletions core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"qdrant_client==1.11.0",
"langchain==0.2.1",
"langchain-community==0.2.1",
"langchain-ollama==0.1.3",
"langchain-openai==0.1.7",
"langchain-anthropic==0.1.23",
"langchain-google-genai==1.0.8",
Expand Down

0 comments on commit 27aba7e

Please sign in to comment.