-
Notifications
You must be signed in to change notification settings - Fork 15.8k
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
community: add reka chat model integration #27379
Merged
Merged
Changes from 2 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
58858ce
Integration test
findalexli 6f1d259
Linting fix
findalexli 5ecad6d
code formatter changes
findalexli e0637a5
Ruff linting check
findalexli e936317
Unit test update
findalexli a7fe379
Included dependecy
findalexli cf807af
Fixed linting
findalexli 6973ad0
Track changes to too lintegraiton
findalexli 241f8eb
Merge branch 'langchain-ai:master' into master
findalexli 64adf02
Fix linting
findalexli 1d25d13
Update notebook with tool use example
findalexli 9da7eed
Merge branch 'master' into master
findalexli 6471ad1
Tool use enfoce a version
findalexli 90d52f9
Merge branch 'master' into master
efriis ca4cf2e
use pytest mark requires reka-api
findalexli 142f4ca
Lint and mark test requring reka-api
findalexli 43972a8
Update reka import in notebook
findalexli eacde83
Import order update to pass unit test
findalexli 00ff647
Merge branch 'master' into master
findalexli 1b66b63
Merge branch 'master' into master
vbarda 2e94393
lint
vbarda 0158f76
Merge branch 'master' into master
vbarda 72446fa
remove extra whitespace
vbarda 3bdc725
Remove unused model list
findalexli 20caad1
Merge branch 'master' into master
findalexli 2c5c898
Merge branch 'master' into master
findalexli e0c7eec
Combine reka chat into one class
findalexli 5343ec5
Unit and integration test with system messages
findalexli 541f0aa
Notebook doc update (pip, e2e agent)
findalexli 05c427c
Lint/formatt
findalexli f82e2c4
Merge branch 'master' into master
findalexli 3489b99
Linted notebook
findalexli b59fb7f
add chatke in test import
findalexli c7d75a2
add tiktoken token count method
findalexli d6f0ef4
Add required header in doc notebook
findalexli c72aefb
token count update
findalexli a229d20
Type consistency for token counter
findalexli 5939ac6
Merge branch 'master' into master
vbarda 33ad1d2
Merge branch 'master' into master
vbarda 88a24fe
remove from deps
vbarda d126131
remove scheduled
vbarda b395905
skip
vbarda 21e62f4
lint
vbarda b3ea9de
skip
vbarda 6874313
update
vbarda 4eab208
fix link
vbarda 5b9f422
Merge branch 'master' into master
vbarda e1e79cf
update concepts link
vbarda File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like the input type here is not matching the one in the
token_counter
callable (failing linter)