Skip to content

Releases: Azure-Samples/chat-with-your-data-solution-accelerator

v1.2.3

24 May 09:22
59f55ea
Compare
Choose a tag to compare

1.2.3 (2024-05-24)

Bug Fixes

  • Delete from storage when files deleted from Admin site (#970) (3a497d7)

Other Updates

v1.2.2

23 May 11:06
a9ce0bd
Compare
Choose a tag to compare

1.2.2 (2024-05-23)

Bug Fixes

  • Use relative path for ConversationFlow import so that shared code works in all applications (#963) (a9ce0bd)

v1.2.1

22 May 18:12
5483f92
Compare
Choose a tag to compare

1.2.1 (2024-05-22)

Bug Fixes

  • Add vector_fields to Azure OpenAI On Your Data (#966) (5483f92)

v1.2.0

22 May 15:22
44af6fd
Compare
Choose a tag to compare

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

Read more

v1.1.0

14 May 12:37
54cb083
Compare
Choose a tag to compare

1.1.0 (2024-05-14)

Features

  • [IV] Reprocess All documents functionality (#870) (89e328b)

v1.0.0

14 May 11:03
13602ee
Compare
Choose a tag to compare

1.0.0 (2024-05-14)

Features

  • Implement hybrid search on BYOD endpoint. (#891) (8309d54)
  • Use openai client for Azure BYOD (#831) (fc62160)

Bug Fixes

  • [IV] Appropriate messages on Explore & Delete page when index not created (#849) (50b9900)
  • lower function syntax (95ddc43)
  • Removing index creation from init of AzureSearchHelper.py (#872) (6b8f125)
  • update local port to use 5050 (#847) (e755928)