Skip to content

Commit

Permalink
remove unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
s-udhaya committed Jan 5, 2025
1 parent 78f49b5 commit 2aef098
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 2,173 deletions.
455 changes: 0 additions & 455 deletions langgraph_agent_app_sample_code/03_create_tools.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@
"import mlflow\n",
"from mlflow.types.llm import CHAT_MODEL_INPUT_SCHEMA\n",
"from mlflow.models.rag_signatures import StringResponse, ChatCompletionResponse\n",
"from cookbook.agents.utils.signatures import STRING_RESPONSE_WITH_MESSAGES\n",
"from mlflow.models.signature import ModelSignature\n",
"\n",
"\n",
Expand Down
145 changes: 0 additions & 145 deletions langgraph_agent_app_sample_code/cookbook/agents/utils/chat.py

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def load_config():
agent_conf = Box(yaml.safe_load(Path(fc_agent_config_path).read_text()))
return agent_conf
except FileNotFoundError as e:
logging.info(f"Could not load config from {fc_agent_config_path}: {e}")
return load_config_from_mlflow_model_config()

def load_config_from_mlflow_model_config():
Expand Down

This file was deleted.

This file was deleted.

Empty file.
Loading

0 comments on commit 2aef098

Please sign in to comment.