inmem

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

New creates a new InMemoryStore.

func Register

func Register()

Register installs the plugin

Types

type InMemoryStore

type InMemoryStore struct {
	// contains filtered or unexported fields
}

InMemoryStore is a naive implementation for testing. In a real scenario, this would use embeddings and cosine similarity. InMemoryStore is a naive implementation for testing. In a real scenario, this would use embeddings and cosine similarity.

func (*InMemoryStore) Append

func (m *InMemoryStore) Append(ctx context.Context, sessionID string, msgs []core.Message) error

Append adds new messages to the history.

func (*InMemoryStore) Init

func (m *InMemoryStore) Init(ctx context.Context) error

func (*InMemoryStore) Memorize

func (m *InMemoryStore) Memorize(ctx context.Context, query string, answer string) error

func (*InMemoryStore) Read

func (m *InMemoryStore) Read(ctx context.Context, sessionID string) ([]core.Message, error)

Read retrieves the chat history for a given session.

func (*InMemoryStore) Recall

func (m *InMemoryStore) Recall(ctx context.Context, query string) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL