Skip to content
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

feat(component,instillmodel): migrate instill model component #777

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
69fe4f1
feat(instillmodel): remove outdated instill model input and output de…
chuang8511 Oct 24, 2024
2964dc3
feat: refactor structure of instill model component and embedding task
chuang8511 Oct 24, 2024
9951a51
chore: rename file name
chuang8511 Oct 24, 2024
2d1d902
feat: add task chat
chuang8511 Oct 24, 2024
a3db8bd
merge the execution tasks into trigger
chuang8511 Oct 24, 2024
c5460fa
feat: add completion
chuang8511 Oct 24, 2024
8fac79c
feat: add text to image
chuang8511 Oct 24, 2024
d9cf46c
feat: add classification
chuang8511 Oct 24, 2024
b7d9fa8
feat: add detection
chuang8511 Oct 25, 2024
311df4b
feat: add keypoint
chuang8511 Oct 25, 2024
556d113
feat: add ocr
chuang8511 Oct 25, 2024
b7cc170
feat: add semantic segmentation
chuang8511 Oct 25, 2024
9a0a55d
chore: update error message
chuang8511 Oct 25, 2024
4320eb0
feat: add instance segmentation
chuang8511 Oct 25, 2024
920b404
chore: update doc
chuang8511 Oct 25, 2024
cd9c721
fix(compogen): fix bug and generate doc
chuang8511 Oct 25, 2024
5374b4a
feat: add test code for instill model
chuang8511 Oct 28, 2024
e3fdbcb
chore: bump the instill ai version
chuang8511 Oct 28, 2024
169b7bf
chore: add migration file
chuang8511 Oct 29, 2024
fcb9e5d
chore: rename instill to instillmodel
chuang8511 Oct 29, 2024
17c81ce
fix: fix compogen bug and generate doc
chuang8511 Oct 29, 2024
7e064fb
chore: update doc to avoid collision of tag
chuang8511 Oct 29, 2024
9245f23
feat: add cases for migration
chuang8511 Oct 29, 2024
4502235
fix: fix migration conflict
chuang8511 Nov 1, 2024
550e76f
fix: fix instill format migration
chuang8511 Nov 1, 2024
a6f43f4
fix: fix input and output for instill format
chuang8511 Nov 1, 2024
778ca3d
fix: fix migration
chuang8511 Nov 1, 2024
53c009a
fix: fix code and add comment
chuang8511 Nov 4, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
698 changes: 0 additions & 698 deletions pkg/component/ai/instill/v0/README.mdx

This file was deleted.

861 changes: 0 additions & 861 deletions pkg/component/ai/instill/v0/config/tasks.json

This file was deleted.

37 changes: 0 additions & 37 deletions pkg/component/ai/instill/v0/embedding.go

This file was deleted.

6 changes: 0 additions & 6 deletions pkg/component/ai/instill/v0/struct.go

This file was deleted.

85 changes: 0 additions & 85 deletions pkg/component/ai/instill/v0/text_generation.go

This file was deleted.

152 changes: 0 additions & 152 deletions pkg/component/ai/instill/v0/text_generation_chat.go

This file was deleted.

88 changes: 0 additions & 88 deletions pkg/component/ai/instill/v0/text_to_image.go

This file was deleted.

Loading
Loading