jhonroxton

Results 5 issues of jhonroxton

this is my code: ``` func Insert() (err error) { ctx := context.Background() has, err := Client.HasCollection(ctx, collectionName) if err != nil { log.Fatal("failed to check whether collection exists:", err.Error())...

I created my clusters, it returns endpoint and apikey, but the examples do not show how to connect client by using golang!

` func (o *LLM) CreateEmbedding( ctx context.Context, inputTexts []string, model string, task string, ) ([][]float32, error) ` What does the parameter "task" represent? Can you provide an example?

how to plot fig2

add a basic ollama sample

go