Skip to content

Kernel Memory is broken with latest nugets #305

Closed
@JohnGalt1717

Description

@JohnGalt1717

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions