framework

package module
v1.0.9 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2025 License: Apache-2.0 Imports: 0 Imported by: 3

Documentation

Overview

Package framework provides a list of dependencies that are required for the framework to work.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FrameworkDependency

type FrameworkDependency string

FrameworkDependency is a type that represents a dependency of the framework.

const (
	// FrameworkDependencyVectorStore indicates the framework requires a VectorStore implementation.
	FrameworkDependencyVectorStore FrameworkDependency = "vector_store"
	// FrameworkDependencyConfigStore indicates the framework requires a ConfigStore implementation.
	FrameworkDependencyConfigStore FrameworkDependency = "config_store"
	// FrameworkDependencyLogsStore indicates the framework requires a LogsStore implementation.
	FrameworkDependencyLogsStore FrameworkDependency = "logs_store"
)

Directories

Path Synopsis
Package configstore provides a persistent configuration store for Bifrost.
Package configstore provides a persistent configuration store for Bifrost.
Package logstore provides a logs store for Bifrost.
Package logstore provides a logs store for Bifrost.
Package vectorstore provides a generic interface for vector stores.
Package vectorstore provides a generic interface for vector stores.

Jump to

Keyboard shortcuts

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