You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a LlamaSharpEmbeddings the LlamaEmbedder expects the property EmbeddingMode to be true, even if i set it to true in the LlamaSharpConfiguration it is not beign passed to the model params.
This is the LlamaSharp code that throws the exception:
Steps to reproduce the bug
Create a LLamaSharpEmbeddings
Expected behavior
Adding this line of code should fix the problem:
Screenshots
No response
NuGet package version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Hello.
Thanks, I think this problem is due to the fact that the LLamaSharp provider was originally written for version 0.8, but after that it was incorrectly updated to new versions
I'll be happy to accept PR on this or take a look at it this weekend
Describe the bug
When creating a LlamaSharpEmbeddings the LlamaEmbedder expects the property EmbeddingMode to be true, even if i set it to true in the LlamaSharpConfiguration it is not beign passed to the model params.
This is the LlamaSharp code that throws the exception:
Steps to reproduce the bug
Expected behavior
Adding this line of code should fix the problem:
Screenshots
No response
NuGet package version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: