-
Notifications
You must be signed in to change notification settings - Fork 5
Add MVP of one-shot implementation #378
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
Merged
Merged
Changes from 28 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
2a2cf74
Rename class
ppinchuk a6cd95d
Add new LLM task and usage category
ppinchuk 0d7ddb0
Update base plugin abstract methods
ppinchuk 15de4f1
Update plugin interface to implement new abstract methods
ppinchuk 6005b3e
Base text collector has new base class
ppinchuk 5f30992
Add missing import
ppinchuk cdfdec9
Break out validation methods for easier subclassing
ppinchuk 026dbe3
Collected text now registered as a cleaned output file
ppinchuk e02900b
Implement new base interface
ppinchuk 1b237aa
Update plugin implementations
ppinchuk 6128720
Move file
ppinchuk d8baf99
Add `SchemaOutputLLMCaller` class
ppinchuk b43ba2b
Use new base extractor functions
ppinchuk e1b7d9b
Add NoOp implementations for extraction pieces
ppinchuk 0320751
Add load config from GAPs to utilities IO module
ppinchuk 265d5b9
Add `CaseInsensitiveEnum`
ppinchuk 9c99fb1
Remove unused function
ppinchuk e4aaf4e
Use new loading function
ppinchuk c0aafc4
question -> query
ppinchuk 54bdd0d
Use new load function
ppinchuk 636e493
Fix imports
ppinchuk d5a2c5e
Add one-shot plugin components
ppinchuk 18e4184
Add `generate_query_templates`
ppinchuk 975e863
Add MVP of one-shot plugin implementation
ppinchuk c1588e9
Populate namespace
ppinchuk 015f191
Add output schemas
ppinchuk f53c39a
Add dependency
ppinchuk bde6ea2
Allow users to add plugin configs when running the CLI
ppinchuk 7d5bd64
Fix tests
ppinchuk da8c112
Add one-shot example
ppinchuk cec29e8
PR review fixes
ppinchuk 894e9e7
Add example to docs
ppinchuk 34b4619
Add new examples
ppinchuk 06cf802
Minor change
ppinchuk c3089b7
Remove unused function
ppinchuk dea7191
Fix docs
ppinchuk c978083
Add note
ppinchuk d6015f2
Minor proofreading
ppinchuk 37168ee
Minor proof
ppinchuk 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.