MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / UserNaturalProfileState

Class UserNaturalProfileState

experiments/baselines/nl_profile/runner.py:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310
311@dataclass
312class UserNaturalProfileState:
313 profile_text: str
314 directions: List[str]
315 terms: List[str]
316 profile_vector: Dict[str, float]
317
318
319def make_state(profile: Dict[str, Any], idf: Dict[str, float]) -> UserNaturalProfileState:

Callers 1

make_stateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected