Simone Vellei

Results 32 comments of Simone Vellei

Hi @kbrisso, I'm not sure this issue is related to Lingoose, the project doesn't have a tool called `llama-embeddings.exe`

Could you try without `--embd-output-format` and `--embd-separator`?

Ok let's try the lingoose version `v0.2.1-alpha.2` with the hotfix for that and remove `--embd-output-format` and `--embd-separator` args.

fixed here: https://github.com/henomis/lingoose/issues/200

Sounds good to me, could you please add `SetFunction` as well?

Hey, if you already something in place, please submit a PR!

Thanks for your suggestion, I'll check to add the support.

I don't know if it is woth to implement tool support for ollama since they are planning to full support openai API.

You can use the method `WithClient(client *openai.Client) *OpenAI` to solve your issue

Just to avoid breaking change, we could try to create a new constructor like `NewWithSecret(secret)`, or maybe try to understand if it is possible to attach `WithSecret` method and recreate...