Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@gkumbhat gkumbhat released this 18 Oct 20:39
68101a8

What's Changed

  • 🔧 Remove context from chat endpoint in detector API by @evaline-ju in #222
  • 🔧 Add detector_params as optional for every detectors endpoint by @evaline-ju in #212
  • Client refactor by @declark1 in #220
  • Initial opentelemetry setup for orchestrator by @pscoro in #221
  • 🐛 Fix whole_doc_chunker missing from client list by @gkumbhat in #229
  • Add missing licence comments on recent new files by @pscoro in #232
  • Chat standalone endpoint by @mdevino in #233

Main config change

detectors:
    # Detector ID/name to be used in user requests
    hap-en:
        # Detector type (text_contents, text_generation, text_chat, text_context_doc)
        type: text_contents # <----- (1) Add a detector type!
        service:
            hostname: localhost # <--- (2) No longer requires the full URL, just the base hostname
            port: 8080

Full Changelog: 0.6.0...0.7.0