Skip to content

v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 15:22
· 267 commits to main since this release
44af6fd

1.2.0 (2024-05-22)

⚠ BREAKING CHANGES

  • implement chat endpoint switch (#905)

Features

  • [IV] Enable semantic search when semantic search true (#942) (0d1f2e0)
  • Generate and add image captions to search index when image is ingested. (#928) (b8e34aa)
  • Generate embeddings for images (#892) (a96bde6)
  • implement chat endpoint switch (#905) (7621f8c)
  • Include vectorized text in search queries (#953) (8642df3)
  • Remove LangChain from post prompt tool (#937) (21064e7)
  • Remove LangChain from question answer tool (#939) (77b99da)
  • Store image embeddings in search index (#921) (f903af9)

Bug Fixes

  • Add max_tokens to chat completions (#934) (392d437)
  • Cache the Config (#933) (b4e7dcc)
  • EnvHelper unusable if error occurs during initialisation (#954) (290fb05)
  • Error viewing images in Explore Data page (#936) (0d12d63)
  • Fix computer vision for deployments (#919) (548a767)
  • Fix generate_arm_templates.sh script, reformat all Bicep files (#922) (8c46627)
  • handle BlobDelete event type in batch_push_results (#893) (f27b68e)
  • Keep the Admin.py as uppercase naming to allow the streamlit pick it as is. (#912) (4150955)
  • Revert linting bug (#932) (d4e417a)

Other Updates

  • [IV] Backend API Functional tests (#940) (0c94891)
  • [IV] Functional tests for IV backend function (#938) (54723fe)
  • Add stale bot (#918) (b5a17b0)
  • Apply pep8 on leftover files from pr-merge (#908) (c750216)
  • Bullseye -> bookworm (#926) (bb55bc8)
  • bump @fluentui/react from 8.118.2 to 8.118.3 in /code/frontend (#943) (135103d)
  • bump @fluentui/react-icons from 2.0.239 to 2.0.240 in /code/frontend (#944) (fdcd2a4)
  • bump @types/node from 20.12.11 to 20.12.12 in /code/frontend (#945) (38642a0)
  • bump azure-monitor-opentelemetry from 1.4.1 to 1.4.2 (#950) (f5b5d3b)
  • bump langchain from 0.1.17 to 0.1.20 (#952) (8a4390b)
  • bump openai from 1.28.1 to 1.30.1 (#949) (1d081c8)
  • bump pytest from 8.2.0 to 8.2.1 (#946) (1fc9f8a)
  • bump pytest-asyncio from 0.23.6 to 0.23.7 (#948) (862059f)
  • bump requests from 2.31.0 to 2.32.0 (#955) (5feca88)
  • bump semantic-kernel from 0.9.8b1 to 1.0.0rc1 (#951) (def0126)
  • bump tiktoken from 0.6.0 to 0.7.0 (#947) (12acbfb)
  • Investigate pylint for PEP8 (#925) (0ed6ffe)
  • Make backend search, backend tools and remainder backend files PEP8 compliant (#899) (3b4c2e3)
  • Modifies release action (#960) (96cc779)
  • Run Python unit and functional tests together (#959) (44af6fd)
  • use GitHub token (#904) (0dedf7f)