Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 500 Bytes

defog_utils

Internal utilities library for Defog. These utilities comprise:

  • sql/schema/instruction feature extraction
  • database connectors and validators
  • basic llm querying across various API's (openai, anthropic, together)

These utilities should be purely stateless and have minimal library dependencies.

Installation

pip install -e .

We recommend using -e flag to install in editable mode, since we foresee frequent updates to this library.

Tests

pytest