Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-rerank-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anirudh31415926535 committed Jan 22, 2025
2 parents 633fdd4 + 112bb79 commit 9013069
Show file tree
Hide file tree
Showing 68 changed files with 6,626 additions and 6,555 deletions.
1 change: 0 additions & 1 deletion .github/workflows/_compile_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Starting new jobs is also relatively slow,
# so linting on fewer versions makes CI faster.
python-version:
- "3.8"
- "3.9"
- "3.11"
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_scheduled_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.8"
- "3.9"
- "3.11"
working-directory:
- "libs/cohere"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
Expand Down
4 changes: 0 additions & 4 deletions libs/cohere/langchain_cohere/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from langchain_cohere.chains.summarize.summarize_chain import load_summarize_chain
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 @@ -15,9 +13,7 @@
"CohereEmbeddings",
"CohereRagRetriever",
"CohereRerank",
"create_cohere_tools_agent",
"create_cohere_react_agent",
"create_csv_agent",
"create_sql_agent",
"load_summarize_chain",
]
Loading

0 comments on commit 9013069

Please sign in to comment.