Skip to content

Commit

Permalink
reqirements updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Jan 10, 2024
1 parent 46ce4c9 commit 05852b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion llama_ros/llama_ros/langchain/llama_ros.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from llama_msgs.action import GenerateResponse
from llama_msgs.srv import Tokenize

from langchain.llms.base import LLM
from langchain_core.language_models.llms import LLM
from langchain.callbacks.manager import CallbackManagerForLLMRun


Expand Down
2 changes: 1 addition & 1 deletion llama_ros/llama_ros/langchain/llama_ros_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

from typing import Dict, List
from pydantic import BaseModel, Extra, root_validator
from langchain.embeddings.base import Embeddings
from langchain_core.embeddings import Embeddings

from simple_node import Node
from rclpy.client import Client
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
langchain==0.0.353
huggingface-hub==0.20.1
langchain==0.1.0
huggingface-hub==0.20.2

0 comments on commit 05852b8

Please sign in to comment.