HomeGuidesAPI ReferenceRelease notes
Log In
Release notes

Version 1.20.0

What's πŸ†• ?

  • File Knowledge Type: Introduced a new "File" knowledge type with support for PDF and TXT formats. You can now upload files, which are indexed, stored, and accessible as knowledge in the application.
    from superwise_api.models.tool.tool import OpenAIEmbeddingModel
    from superwise_api.models.tool.tool import FileKnowledgeMetadata
  • Observability for External Apps: Log data via the REST API. Superwise now supports uploading data records using the REST API.
  • New Model Support: We now support the GPT-4.1 model.

Improvements 🀯:

  • Test Connection: Added a β€œTest connection” feature to the model configuration in guardrails.

Bug Fixes πŸ›:

  • User-Agent Selection: Modified the user-agent selection mechanism for reliability.
  • LLM Icon Display: The Basic LLM Icon is now correctly displayed in the applications table.
  • You can now use {{}} syntax in a Basic LLM (Instead of {}).