Closed
Description
Using the 0.8 release of LlamaSharp and Kernal-Memory with the samples there is an error because the LlamaSharpTextEmbeddingGeneration doesn't implement the Attributes property.
I took the source and created my own and added this:
public IReadOnlyDictionary<string, string> Attributes => new Dictionary<string, string>();
So it wouldn't error.
But no matter what model I use I get "INFO NOT FOUND." (I've tried kai-7b-instruct.Q5_K_M.gguf, llama-2-7b-32k-instruct.Q6_K.gguf, llama-2-7b-chat.Q6_K.gguf and a few others)
I've tried loading just text, an html file, and a web page to no avail.
Metadata
Metadata
Assignees
Labels
No labels