Skip to content

Releases: ProjectTech4DevAI/kaapi-backend

v1.1.0

01 Jun 15:43
4ecd3b8

Choose a tag to compare

What's Changed

  • Config: remove version id from response body by @nishika26 in #822
  • Documentation: iterating over collection and documents module by @nishika26 in #814
  • Notification: Evals Notification for evals completion by @Ayush8923 in #847
  • Monitoring: Pending job (LLM, Document, Collection) by @vprashrex in #846
  • Revert "Config: remove version id from response body" by @Prajna1999 in #863
  • LLMOutput Fix: generate presigned URL for audio output in LLM call response by @vprashrex in #865
  • Deployment: Stop automate deployment in ECS by @Ayush8923 in #876
  • Collections: Customizable collection names by @Ayush8923 in #878
  • Model Config: DB-driven validator, seed sarvamai/elevenlabs/google by @vprashrex in #859
  • hotfix: reset model_config sequence before seeding in migration 063 by @vprashrex in #883
  • fix(cron): add pending-jobs check to cron by @vprashrex in #882
  • Guardrails: added output parameter by @rkritika1508 in #894

Full Changelog: v1.0...v1.1.0

v1.0.0

14 May 17:42
359da86

Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...v1.0.0

v0.8.3

24 Apr 12:10
7d4da2e

Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

16 Apr 12:49
633d0a8

Choose a tag to compare

What's Changed

Full Changelog: 0.8.1...v0.8.2

v0.8.1

26 Mar 15:26
e577369

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...0.8.1

v0.8.0

18 Mar 16:46
488b9d7

Choose a tag to compare

What's Changed

Collections

Documentation & Tooling

Enhancements

Evaluation

LLM Chain

  • Add foundation for chain execution with database schema by @vprashrex in #616

Multimodal

  • Providers Extended to handle image/pdf/multimodal flows by @vprashrex in #628

Security & Dependencies

Unified API (TTS/STT)

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

25 Feb 17:52
b21c317

Choose a tag to compare

What's Changed

Collections

Evaluation

Guardrails

Language

Migrations & Deployment

Security & Dependencies

Unified API (TTS/STT)

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Feb 17:20
df781f0

Choose a tag to compare

What's Changed

Evaluation

Unified API & Config Management

  • Implement Unified LLM API v1 to Simplify LLM Integrations and Enable Multi-Provider Extensibility by @avirajsingh7 in
    #413
  • Add Config Management System with Version Control for LLM Providers by @avirajsingh7 in
    #435
  • Unified API: Integrate Config Management by @avirajsingh7 in #447
  • Unified API: Add support for Kaapi Abstracted LLM Call by @avirajsingh7 in
    #498

Collection

Document Processing

  • Moving transform job to celery and adding callback url by @nishika26 in
    #437
  • Function doc fixes and callback router by @nishika26 in #456
  • Improve send_callback function with callback url validation, restricting redirection and limiting response size by @nishika26 in
    #474

Langfuse & Observability

Security & Authentication

  • Handle re-authentication for both unauthorized and forbidden responses by @kartpop in
    #459
  • Kaapi v1.0: Permissions Review and Authorization Cleanup by @avirajsingh7 in #501
  • Kaapi v1.0: Enhancing the test suite by @nishika26 in #488
  • Remove unused API key encryption and decryption functions from security module and tests by @avirajsingh7 in #507
  • Security: Update dependencies to fix CVE vulnerabilities by @vprashrex in
    #554

Deployment & CI/CD

  • Refactor CI/CD workflows to use AWS resource prefix for repository and service names by @kartpop in
    #471

Documentation & Codebase Quality

Infrastructure & Maintenance

Dependencies

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Oct 17:20
ee89fac

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

25 Sep 11:14
58939a8

Choose a tag to compare

What's Changed

  • Queue: Setup for Celery with RabbitMQ and Redis for task management by @kartpop in #373
  • Fix encoding issue by enforcing UTF-8 content type for transformed document uploads by @avirajsingh7 in #387

New Contributors

Full Changelog: v0.4.0...v0.4.1