Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRedisRepo ¶
func NewRedisRepo(opts ...Option) (rag.Repository, error)
func NewWeaviateRepo ¶
func NewWeaviateRepo(opts ...Option) (rag.Repository, error)
Types ¶
type Config ¶
type Config struct { Embedder embeddings.Embedder Scheme string Host string IndexName string }
type Option ¶
type Option func(*Config)
func WithEmbedder ¶
func WithEmbedder(embedder embeddings.Embedder) Option
func WithIndexName ¶
func WithScheme ¶
Click to show internal directories.
Click to hide internal directories.