HeimdaLLM
latest
  • 🚀 Quickstart
  • 📖 Blog Posts
  • 📚 Api
    • Bifrosts
    • LLM Providers
    • Abstract classes
  • 🧩 Reconstruction
  • 🛡️ Attack Surface
  • 🎓 Tutorials
  • 🃏 LLM Quirks
  • 🔍 Glossary
  • 💡 Roadmap
  • 📐 Architecture
  • 🤔 FAQ
HeimdaLLM
  • 📚 Api
  • Edit on GitHub

📚 Api

  • Bifrosts
    • SQL Bifrosts
      • Sqlite
        • Select
      • MySQL
        • Select
      • Postgres
        • Select
      • Exceptions
        • AliasConflict
        • AmbiguousParse
        • BogusJoinedTable
        • DisconnectedTable
        • IllegalConditionColumn
        • IllegalFunction
        • IllegalJoinTable
        • IllegalJoinType
        • IllegalSelectedColumn
        • InvalidQuery
        • MissingParameterizedConstraint
        • MissingRequiredIdentity
        • ReservedKeyword
        • TooManyRows
        • UnqualifiedColumn
        • UnsupportedQuery
      • SQL Common
        • ANY_JOIN
        • FqColumn
        • JoinCondition
        • ParameterizedConstraint
  • LLM Providers
    • OpenAI
      • Client
        • Client.complete()
      • OpenAIMethod
        • OpenAIMethod.CHAT
        • OpenAIMethod.COMPLETION
  • Abstract classes
    • Bifrost
      • Bifrost
        • Bifrost.parse()
        • Bifrost.post_transform()
        • Bifrost.traverse()
        • Bifrost.validation_only()
    • Prompt Envelope
      • PromptEnvelope
        • PromptEnvelope.unwrap()
        • PromptEnvelope.wrap()
    • Constraint Validator
      • ConstraintValidator
        • ConstraintValidator.fix()
        • ConstraintValidator.validate()
    • LLM Integration
      • LLMIntegration
        • LLMIntegration.complete()
    • Traverse Context
      • TraverseContext
    • SQL Abstract Classes
      • Bifrost
        • Bifrost
      • Prompt Envelope
        • PromptEnvelope
      • Constraint Validator
        • ConstraintValidator
Previous Next

© Copyright 2023, Andrew Moffat. Revision 7f33ea34.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
main
Downloads
On Read the Docs
Project Home
Builds