sintel-dev / sigllm

Using Large Language Models for Time Series Anomaly Detection
MIT License
30 stars 10 forks source link

Create a SigLLM API #13

Closed sarahmish closed 2 months ago

sarahmish commented 2 months ago

Create a simple API for utilizing sigllm pipelines. In simple cases, the API should be similar to Orion API, however, there are some considerations to be made:

Example Usage


from sigllm import SigLLM

pipeline_name = 'mistral_detector'

sigllm = SigLLM(pipeline_name)

sigllm.detect(data)