Skip to content

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

v1.4.0

28 May 10:00
f604655
Compare
Choose a tag to compare

1.4.0 (2024-05-28)

Features

  • Set limit for advanced image processing images (#978) (f604655)

Other Updates

  • bump @babel/traverse from 7.24.5 to 7.24.6 in /code/frontend (#989) (6ea0fe2)
  • bump @fluentui/react from 8.118.3 to 8.118.5 in /code/frontend (#991) (5e1c0e9)
  • bump @types/react from 18.3.2 to 18.3.3 in /code/frontend (#988) (671da33)
  • bump cypress from 13.9.0 to 13.10.0 in /tests/integration/ui (#983) (0821c91)
  • bump langchain-openai from 0.1.6 to 0.1.7 (#984) (4fe124c)
  • bump requests from 2.32.0 to 2.32.2 (#987) (99f8e84)
  • refresh documentation for running without a devcontainer (#956) (fb26463)

v1.3.1

24 May 16:25
a7c8274
Compare
Choose a tag to compare

1.3.1 (2024-05-24)

Bug Fixes

  • delete url embeddings from index when deleting from Admin website (#977) (8f5ea28)
  • PSL-BUG-1850-Fixed (#976) (a7c8274)

v1.3.0

24 May 10:20
5617f82
Compare
Choose a tag to compare

1.3.0 (2024-05-24)

Features

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)