gitextract_xzafacu1/ ├── .github/ │ └── workflows/ │ └── publish.yml ├── .gitignore ├── Experiments/ │ ├── Context-Dependent-Embeddings.ipynb │ ├── LLM with Knowledge Graphs.ipynb │ └── README.md ├── LICENSE ├── Pipeline Flow.ipynb ├── README.md ├── Tutorial - Multimodal Inputs.ipynb ├── Tutorial - Provider_Structured_Outputs.ipynb ├── Tutorial - parse_yaml.ipynb ├── changelog.txt ├── env.example ├── pyproject.toml ├── requirements.txt └── strictjson/ ├── __init__.py ├── helper_functions.py ├── legacy/ │ ├── README.md │ ├── Tutorial - strict_json.ipynb │ ├── strict_json.py │ ├── strict_json_async.py │ └── strictjson_AMA_30Apr2024.ipynb ├── llm/ │ ├── __init__.py │ ├── gemini.py │ └── openai.py ├── parse_yaml.py └── utils/ ├── __init__.py ├── gemini_image_parser.py └── openai_image_parser.py