-
Notifications
You must be signed in to change notification settings - Fork 105
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
test(go): add live tests to go ollama plugin #720
Merged
Merged
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
cabljac
changed the title
test(go): add initial run at ollama live test
test(go): add live tests to go ollama
Jul 31, 2024
cabljac
force-pushed
the
@invertase/go-ollama-live-test
branch
from
July 31, 2024 11:09
2721232
to
bd176a8
Compare
cabljac
changed the title
test(go): add live tests to go ollama
test(go): add live tests to go ollama plugin
Jul 31, 2024
cabljac
force-pushed
the
@invertase/go-ollama-live-test
branch
from
July 31, 2024 11:48
7dd0c92
to
775d7e4
Compare
pavelgj
requested changes
Jul 31, 2024
cabljac
force-pushed
the
@invertase/go-ollama-live-test
branch
4 times, most recently
from
August 1, 2024 08:34
8bc97a9
to
0597722
Compare
pavelgj
approved these changes
Aug 7, 2024
cabljac
force-pushed
the
@invertase/go-ollama-live-test
branch
from
August 13, 2024 09:37
0597722
to
c4a22c4
Compare
i2amsam
added a commit
that referenced
this pull request
Aug 16, 2024
* Update index.md (#764) * test(go): add live tests to go ollama plugin (#720) * test(go): add ollama live test * test(go): retrieve port info for test container * chore(go): refactor ollama plugin live test * test(go): remove docker from ollama live test * fix context array (#777) * Update to pnpm v9.7.1 (#786) --------- Co-authored-by: Peter Friese <[email protected]> Co-authored-by: Jacob Cable <[email protected]> Co-authored-by: ssbushi <[email protected]> Co-authored-by: Anthony Barone <[email protected]>
cabljac
added a commit
that referenced
this pull request
Sep 16, 2024
* feat: do not allow defining new actions from within other actions/flows (#725) * refactor: [JS] introduced a generate utility action to make generate veneer logic reusable (#759) Co-authored-by: Michael Bleigh <[email protected]> * refactor: consolidated registry into a class, made registry hierarchical (#639) * Add DatasetStore interfaces for evals datasets (#781) * [Fix] Apply #777 to `next` branch (#779) * Merge main to Next (#792) * Update index.md (#764) * test(go): add live tests to go ollama plugin (#720) * test(go): add ollama live test * test(go): retrieve port info for test container * chore(go): refactor ollama plugin live test * test(go): remove docker from ollama live test * fix context array (#777) * Update to pnpm v9.7.1 (#786) --------- Co-authored-by: Peter Friese <[email protected]> Co-authored-by: Jacob Cable <[email protected]> Co-authored-by: ssbushi <[email protected]> Co-authored-by: Anthony Barone <[email protected]> * [Eval] Breaking change -- Modify EvalRunKey (#755) * Makes inputSchema optional for tools. (#822) * Add datasetId field to eval run key (#827) * Fixes history rendering of Dotprompt system role. (#837) * Local file based DatasetStore implementation and Tools API changes (#797) * feat(js/plugins/ollama): add initial embedding support * feat(js/plugins/ollama): integrate ollama embeddings into plugin proper * Update js/plugins/ollama/src/embeddings.ts Co-authored-by: Pavel Jbanov <[email protected]> --------- Co-authored-by: Pavel Jbanov <[email protected]> Co-authored-by: Michael Bleigh <[email protected]> Co-authored-by: shrutip90 <[email protected]> Co-authored-by: ssbushi <[email protected]> Co-authored-by: Sam Phillips <[email protected]> Co-authored-by: Peter Friese <[email protected]> Co-authored-by: Anthony Barone <[email protected]> Co-authored-by: Michael Doyle <[email protected]>
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.
This PR resolves #609