Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove create_csv_agent abstraction #124

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions libs/cohere/langchain_cohere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from langchain_cohere.chat_models import ChatCohere
from langchain_cohere.cohere_agent import create_cohere_tools_agent
from langchain_cohere.common import CohereCitation
from langchain_cohere.csv_agent.agent import create_csv_agent
from langchain_cohere.embeddings import CohereEmbeddings
from langchain_cohere.rag_retrievers import CohereRagRetriever
from langchain_cohere.react_multi_hop.agent import create_cohere_react_agent
Expand All @@ -17,7 +16,6 @@
"CohereRerank",
"create_cohere_tools_agent",
"create_cohere_react_agent",
"create_csv_agent",
"create_sql_agent",
"load_summarize_chain",
]
Empty file.
203 changes: 0 additions & 203 deletions libs/cohere/langchain_cohere/csv_agent/agent.py

This file was deleted.

34 changes: 0 additions & 34 deletions libs/cohere/langchain_cohere/csv_agent/prompts.py

This file was deleted.

84 changes: 0 additions & 84 deletions libs/cohere/langchain_cohere/csv_agent/tools.py

This file was deleted.

Loading
Loading