-
Notifications
You must be signed in to change notification settings - Fork 335
Silas final pipelines #934
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 all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6c14956
Remote save
SilasMarvin 3b2e3b5
Working remote embeddings
SilasMarvin f1d6bf7
Compiling
SilasMarvin 22f280e
Commit before moving everything to lazy
SilasMarvin ec090ca
Working lazy python
SilasMarvin 58c01a3
Commit before moving adjusting Javascript macros
SilasMarvin 9e7b146
Working javascript sdk
SilasMarvin abb4f5e
Working javascript sdk
SilasMarvin 76ccf3a
The start of working pipelines
SilasMarvin cfcc66b
Working pipelines in python
SilasMarvin a9dcbc9
Uncomment
SilasMarvin 8b48750
Added to_dict function
SilasMarvin 6e3f1e6
Small changes and prep for progress bars
SilasMarvin 5365557
Working progress bars and many other small but exciting things
SilasMarvin 66476ff
Prepping to push to test pypi
SilasMarvin f2613d7
Prepping for javascript
SilasMarvin 92c9623
Improvments to javascript and updates to the python sdk deploy script
SilasMarvin 8a4e3cf
Prepping for real tests
SilasMarvin 12bb3a8
Updated sql
SilasMarvin 2b5b68b
Python examples translated to use pipelines
SilasMarvin 447fc80
Mostly cleaned up and documented crate, and cleaned up python README …
SilasMarvin 333c5e6
Ready for test deployments
SilasMarvin 11bcce2
Updated manual build file for python
SilasMarvin 845bf02
Build fast
SilasMarvin 4904a1a
Small tweaks
SilasMarvin 64dc7e2
Prepping for another test release
SilasMarvin c3b274c
Prepping to expand query_builder
SilasMarvin cb143a5
Massive cleanups to macros
SilasMarvin c66b07b
Massive cleanups to macros
SilasMarvin b7d4c2d
Ready to release
SilasMarvin a2c87b1
Formatting
SilasMarvin dd9c3ab
Renamed files
SilasMarvin 5568608
Added removed file
SilasMarvin 4a2e98d
Removed unnecessary file
SilasMarvin e673af4
Updated sdk version to 0.9
SilasMarvin 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
-- Drop the constraint on snapshot_id for models | ||
ALTER TABLE pgml.models ALTER COLUMN snapshot_id DROP NOT NULL; | ||
|
||
-- Add openai option to pgml.runtime | ||
ALTER TYPE pgml.runtime ADD VALUE IF NOT EXISTS 'openai'; | ||
|
||
-- Add embedding option to pgml.task | ||
ALTER TYPE pgml.task ADD VALUE IF NOT EXISTS 'embedding'; |
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.
Gonna need to bump the version in
Cargo.toml
and hit build to update the lockfile.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.
If you want to release the version now I mean.