CollectionConfig

org.llm4s.rag.permissions.CollectionConfig
See theCollectionConfig companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Create a public leaf collection configuration.

Create a public leaf collection configuration.

Value parameters

path

The collection path

Attributes

Returns

A configuration for a public, leaf collection

Create a public parent collection configuration (cannot contain documents).

Create a public parent collection configuration (cannot contain documents).

Value parameters

path

The collection path

Attributes

Returns

A configuration for a public, parent collection

Create a restricted leaf collection configuration.

Create a restricted leaf collection configuration.

Value parameters

path

The collection path

queryableBy

The set of principals that can query this collection

Attributes

Returns

A configuration for a restricted, leaf collection

Create a restricted parent collection configuration.

Create a restricted parent collection configuration.

Value parameters

path

The collection path

queryableBy

The set of principals that can query this collection

Attributes

Returns

A configuration for a restricted, parent collection