Skip to content

Instantly share code, notes, and snippets.

View FarisHijazi's full-sized avatar
:shipit:
ඞඞඞ

Faris Hijazi FarisHijazi

:shipit:
ඞඞඞ
View GitHub Profile
from __future__ import annotations
import logging
import warnings
from collections.abc import Callable, Sequence
from typing import Any, Dict, List, Literal, Optional, Set, Tuple, Union
import numpy as np
import requests
from langchain.pydantic_v1 import BaseModel, Extra, Field, root_validator