«
class documentation

class BrainRunConfig(RunConfig): (source)

View In Hierarchy

Undocumented

Method max_k Undocumented
Method supports_least_similarity Undocumented
Method type Undocumented
Class Variable embeddings_field Undocumented
Class Variable method Undocumented
Class Variable patches_field Undocumented
Class Variable supports_prompts Undocumented
Method _create_config Undocumented

Inherited from RunConfig:

Class Variable cls Undocumented
@gql.field
def max_k(self) -> int | None: (source)

Undocumented

@gql.field
def supports_least_similarity(self) -> bool | None: (source)

Undocumented

@gql.field
def type(self) -> BrainRunType | None: (source)

Undocumented

embeddings_field: str | None = (source)

Undocumented

Undocumented

patches_field: str | None = (source)

Undocumented

supports_prompts: bool | None = (source)

Undocumented

def _create_config(self): (source)

Undocumented