Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

View module source on GitHub

parse_tags

def parse_tags(data: dict) -> Union[None, dict]
Parse tags from a dictionary. Arguments:
NameDescription
dataThe dictionary to parse.
Returns: The parsed tags.