MCPcopy Create free account
hub / github.com/cocoindex-io/cocoindex-code / UserSettings

Class UserSettings

src/cocoindex_code/settings.py:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107@dataclass
108class UserSettings:
109 embedding: EmbeddingSettings
110 envs: dict[str, str] = field(default_factory=dict)
111
112
113@dataclass

Calls

no outgoing calls