Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
class
UserSettings:
109
embedding: EmbeddingSettings
110
envs: dict[str, str] = field(default_factory=dict)
111
112
113
@dataclass
Callers
8
test_legacy_entry_respects_existing_settings
Function · 0.90
test_save_and_load_user_settings
Function · 0.90
test_user_settings_litellm_round_trip
Function · 0.90
test_embedding_params_roundtrip_preserves_empty_dict
Function · 0.90
test_embedding_params_omit_when_none
Function · 0.90
make_test_user_settings
Function · 0.90
default_user_settings
Function · 0.85
_user_settings_from_dict
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_legacy_entry_respects_existing_settings
Function · 0.72
test_save_and_load_user_settings
Function · 0.72
test_user_settings_litellm_round_trip
Function · 0.72
test_embedding_params_roundtrip_preserves_empty_dict
Function · 0.72
test_embedding_params_omit_when_none
Function · 0.72
make_test_user_settings
Function · 0.72