File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ package main
34
34
import (
35
35
"errors"
36
36
"fmt"
37
- "github.com/hypermodeAI/functions-go/pkg /models"
38
- "github.com/hypermodeAI/functions-go/pkg /models/experimental"
37
+ "github.com/hypermodeinc/modus/sdk/go /models"
38
+ "github.com/hypermodeinc/modus/sdk/go /models/experimental"
39
39
)
40
40
41
41
const modelName = "my-classifier"
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ Create the embedding function using the embedding model:
136
136
package main
137
137
138
138
import (
139
- " github.com/hypermodeAI/functions-go/pkg /models"
140
- " github.com/hypermodeAI/functions-go/pkg /models/experimental"
139
+ " github.com/hypermodeinc/modus/sdk/go /models"
140
+ " github.com/hypermodeinc/modus/sdk/go /models/experimental"
141
141
)
142
142
143
143
func Embed (text []string ) ([][]float32 , error ) {
@@ -204,8 +204,8 @@ Create the embedding function using the embedding model:
204
204
205
205
``` go Go
206
206
import (
207
- " github.com/hypermodeAI/functions-go/pkg /models"
208
- " github.com/hypermodeAI/functions-go/pkg /models/experimental"
207
+ " github.com/hypermodeinc/modus/sdk/go /models"
208
+ " github.com/hypermodeinc/modus/sdk/go /models/experimental"
209
209
)
210
210
211
211
func Embed (texts ...string ) ([][]float32 , error ) {
You can’t perform that action at this time.
0 commit comments