This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
# Description: | |
___ | |
""" | |
import _tools as Tools | |
import lmql | |
from dataclasses import dataclass | |
from txtai import Embeddings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
# Description: | |
___ | |
""" | |
import lmql | |
import pandas as pd | |
import _tools as Tools # Model Path shortcuts. | |
def test1 () : |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
# Description: | |
___ | |
""" | |
import _tools as Tools | |
scenario : Tools.PromptScenario = Tools.PromptScenario() |