generated from langchain-ai/integration-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Langchain 0.3.5 release #120
Closed
Anirudh31415926535
wants to merge
28
commits into
langchain-ai:main
from
Anirudh31415926535:anirudh.shrinivason/cut-langchain-0.3.5-release
Closed
Langchain 0.3.5 release #120
Anirudh31415926535
wants to merge
28
commits into
langchain-ai:main
from
Anirudh31415926535:anirudh.shrinivason/cut-langchain-0.3.5-release
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: support multi hop tool calling * refactor: deprecate create_cohere_tools_agent * test: add unit tests for multi hop tool calling * version: bump version to 0.1.7rc0 * fix: lint * fix: lint fix * fix: lint * fix: lint fix * fix: minor error message fix Co-authored-by: harry-cohere <[email protected]> * nit: cohere to Cohere Co-authored-by: harry-cohere <[email protected]> * nit: change deprecation alternative link source and desc Co-authored-by: harry-cohere <[email protected]> * chore: Ignore E501 lint fixes * chore: merge conflicrts * nit: reformat line Co-authored-by: harry-cohere <[email protected]> * fix: lint and tests * nit: Add comments * fix: fix lints * fix: remove unecessary if-else check Co-authored-by: harry-cohere <[email protected]> * fix: add comments and minor code cleaning * fix: small nit pick bug fixed * fix: Resolve bug where tool_results was calculated for all messages instead of just current conversation turn * fix: fix unit tests * nit: minor code cleanup and lint fixes * fix: lint fixes * chore: complete implementation of chat_history private attribute and fix tests * fix: minor code cleaning * fix: Remove chat history parameter and calculate chat history before each request * fix: linting and minor err handling * fix: nit on failing tests * nit: add comment * fix: update pending to removal in deprecated function decoration Co-authored-by: harry-cohere <[email protected]> * fix: update poetry lock --------- Co-authored-by: harry-cohere <[email protected]>
* feat: support multi hop tool calling * refactor: deprecate create_cohere_tools_agent * test: add unit tests for multi hop tool calling * version: bump version to 0.1.7rc0 * fix: lint * fix: lint fix * fix: lint * fix: lint fix * fix: minor error message fix Co-authored-by: harry-cohere <[email protected]> * nit: cohere to Cohere Co-authored-by: harry-cohere <[email protected]> * nit: change deprecation alternative link source and desc Co-authored-by: harry-cohere <[email protected]> * chore: Ignore E501 lint fixes * chore: merge conflicrts * nit: reformat line Co-authored-by: harry-cohere <[email protected]> * fix: lint and tests * nit: Add comments * fix: fix lints * fix: remove unecessary if-else check Co-authored-by: harry-cohere <[email protected]> * fix: add comments and minor code cleaning * fix: small nit pick bug fixed * fix: Resolve bug where tool_results was calculated for all messages instead of just current conversation turn * fix: fix unit tests * nit: minor code cleanup and lint fixes * fix: lint fixes * chore: complete implementation of chat_history private attribute and fix tests * fix: minor code cleaning * fix: Remove chat history parameter and calculate chat history before each request * fix: linting and minor err handling * fix: nit on failing tests * nit: add comment * fix: update pending to removal in deprecated function decoration Co-authored-by: harry-cohere <[email protected]> * chore: Update replay tests and increase unit test coverage * fix: lint fixes * fix: update react agent tests * fix: update tests * update test script * fix: update pyproject.toml * fix: ignore missing import * nit: fix import statement * fix: remove googleapi from replay tests * lint: fix lint * fix: move langgraph imports to inside function * lint: fix poetry lock file * lint: ignore import error mypy * fix: poetry lock changes --------- Co-authored-by: harry-cohere <[email protected]>
feat: add sql agent
…angchain-ai#8) Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4. - [Commits](certifi/python-certifi@2024.06.02...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* support streaming for tool calling * nit * Add streaming for tool call * nit * replace cassettes
* add langchain standard tests * add model params to unit test * nit
* feat: add cohere csv agent * remove print statements * fix: run poetry lock * nit: remove 'f' char * fix: use tool_calling_agent instead of cohere_react_agent * fix: add csv agent to import check tests * fix: ignore missing imports * fix: add prompt parameter * fix: function nits * nits: minor updates * Update csv agent * Update poetry lock
…langchain-ai#5) * Make the model parameters compulsory for embedding and rerankers * Update version * Update lock file * fix: update tests * feat: update tests * fix: langgraph fix in poetry * Bump poetry version * fix breaking test * update poetry lock
* fix nits and small bugs * nits * nits * update func tool name * update tests
* Add load summarize chain * Update beta reasoning Co-authored-by: harry-cohere <[email protected]> * lint fix * minor code cleanups --------- Co-authored-by: harry-cohere <[email protected]>
* Fix broken CohereEmbeddings integration * lint * code nits
* fix embed documents bug * Update libs/cohere/langchain_cohere/embeddings.py Co-authored-by: harry-cohere <[email protected]> * Update libs/cohere/langchain_cohere/embeddings.py Co-authored-by: harry-cohere <[email protected]> * Update libs/cohere/langchain_cohere/embeddings.py Co-authored-by: harry-cohere <[email protected]> * Update libs/cohere/langchain_cohere/embeddings.py Co-authored-by: harry-cohere <[email protected]> * Update libs/cohere/langchain_cohere/embeddings.py Co-authored-by: harry-cohere <[email protected]> * Update libs/cohere/langchain_cohere/embeddings.py Co-authored-by: harry-cohere <[email protected]> * Update typings --------- Co-authored-by: harry-cohere <[email protected]>
* fix bug * lint fix
…stream Harry/merge with upstream
* fix incorrect tool call formatting * Remove embeddings standard test - EmbeddingsIntegrationTests removed from standard test * Add unit test for fix * Update libs/cohere/langchain_cohere/chat_models.py Co-authored-by: harry-cohere <[email protected]> * Bump version * Nit and format * lint fix --------- Co-authored-by: harry-cohere <[email protected]>
* Add deprecation banner * Add deprecation message
* Add json mode with_structured_output * Update libs/cohere/langchain_cohere/chat_models.py Co-authored-by: harry-cohere <[email protected]> * Update libs/cohere/langchain_cohere/chat_models.py Co-authored-by: harry-cohere <[email protected]> * Add docs and update tests * update test * Update libs/cohere/langchain_cohere/chat_models.py Co-authored-by: harry-cohere <[email protected]> * Update libs/cohere/langchain_cohere/chat_models.py Co-authored-by: harry-cohere <[email protected]> * Update lock file * Bump version --------- Co-authored-by: harry-cohere <[email protected]>
Anirudh31415926535
requested review from
GangGreenTemperTatum and
harry-cohere
as code owners
January 21, 2025 16:31
Anirudh31415926535
requested review from
BeatrixCohere,
billytrend-cohere,
minjie-cohere,
pat-cohere and
a team
as code owners
January 21, 2025 16:31
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes introduced
create_csv_agent
- Migration guide here: https://docs.cohere.com/page/migrate-csv-agent