Skip to content

Releases: Roopan-Microsoft/psl-cwyd-main

v1.0.3

26 Nov 19:45
Compare
Choose a tag to compare

1.0.3 (2024-11-26)

Bug Fixes

v1.0.2

26 Nov 15:45
Compare
Choose a tag to compare

1.0.2 (2024-11-26)

Bug Fixes

  • ci workflow fix for Bicep deployment (#1460) (670488d)
  • Downgrade streamlit - The value of a text_area within a form does not update or propagate correctly. (#1501) (d4e6aba)
  • Use new docker syntax for ENV (#1465) (43a2a4f)

Other Updates

  • Added required code owners for CWYD (#1485) (b7a7d03)
  • bump @babel/traverse from 7.25.7 to 7.25.9 in /code/frontend (#1448) (f2b8a70)
  • bump @fluentui/react from 8.121.4 to 8.121.8 in /code/frontend (#1454) (46f3d49)
  • bump @fluentui/react-icons from 2.0.259 to 2.0.264 in /code/frontend (#1455) (04fa23c)
  • bump @fluentui/react-icons from 2.0.264 to 2.0.265 in /code/frontend (#1470) (1d220f7)
  • bump @types/react from 18.3.9 to 18.3.12 in /code/frontend (#1441) (b3ba91d)
  • bump @types/react-dom from 18.3.0 to 18.3.1 in /code/frontend (#1411) (19d8a0a)
  • bump @vitejs/plugin-react from 4.3.2 to 4.3.3 in /code/frontend (#1428) (a339c3a)
  • bump azure-ai-ml from 1.20.0 to 1.21.1 (#1431) (9e6615d)
  • bump azure-identity from 1.18.0 to 1.19.0 (#1418) (e25b32c)
  • bump azure-keyvault-secrets from 4.8.0 to 4.9.0 (#1432) (b1aa7d9)
  • bump cryptography from 42.0.8 to 43.0.1 (#1283) (f97312b)
  • bump cypress from 13.15.0 to 13.15.1 in /tests/integration/ui (#1438) (4509d58)
  • bump cypress from 13.15.1 to 13.15.2 in /tests/integration/ui (#1473) (b9b811b)
  • bump microsoft-cognitiveservices-speech-sdk from 1.40.0 to 1.41.0 in /code/frontend (#1427) (607e891)
  • bump MishaKav/pytest-coverage-comment from 1.1.52 to 1.1.53 (#1406) (e0329d7)
  • bump postcss from 8.4.47 to 8.4.48 in /code/frontend (#1468) (9439d3b)
  • bump pytest-cov from 5.0.0 to 6.0.0 (#1457) (0e234dc)
  • bump react-router-dom from 6.26.2 to 6.27.0 in /code/frontend (#1408) (0a545cd)
  • bump starlette from 0.37.2 to 0.40.0 (#1423) (a05b0e9)
  • bump streamlit from 1.38.0 to 1.39.0 (#1387) (a7450ee)
  • bump streamlit from 1.39.0 to 1.40.0 (#1475) (6ede163)
  • bump tiktoken from 0.7.0 to 0.8.0 (#1389) (2866188)
  • bump trustme from 1.1.0 to 1.2.0 (#1385) (438107f)
  • bump uuid from 10.0.0 to 11.0.2 in /code/frontend (#1453) (5eeb66f)
  • bump vite from 5.4.7 to 5.4.10 in /code/frontend (#1447) (33ee14e)
  • bump vitest from 2.1.3 to 2.1.4 in /code/frontend (#1442) (aea1309)
  • bump werkzeug from 3.0.3 to 3.0.6 (#1461) (f96bf95)
  • README updated for Creating App registration (#1510) (9483a06)
  • Rename CODEOWNERS.txt to CODEOWNERS (#1486) (6a38b88)
  • Update CODEOWNERS with additional owner (#1488) (060bcfd)

v1.0.1

30 Oct 13:50
e083689
Compare
Choose a tag to compare

1.0.1 (2024-10-30)

Bug Fixes

  • Warning message displayed twice in chat history update (351da10)

v1.0.0

30 Oct 08:25
76d6ad5
Compare
Choose a tag to compare

1.0.0 (2024-10-30)

⚠ BREAKING CHANGES

Features

  • [IV] Enable semantic search when semantic search true (#942) (0d1f2e0)
  • [IV] Reprocess All documents functionality (#870) (89e328b)
  • Add a new Orchestrator "prompt_flow" (#1026) (ce9281a)
  • Add prompt flow deployment (#1003) (d0c92fb)
  • Chat History and cosmosdb implementation (#1288) (2536471)
  • 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)
  • Implement hybrid search on BYOD endpoint. (#891) (8309d54)
  • Implemented functionality to enable multilingual filename uploads in the Admin App. (#1404) (3b0c22e)
  • Include citations in response when using prompt flow (#1089) (aef3489)
  • Include images in call to LLM (#971) (5617f82)
  • Include vectorized text in search queries (#953) (8642df3)
  • Integrated Vectorization - adding OCR skill (#1021) (30440a8)
  • Legal Assistant configuration (#1007) (64088d8)
  • Remove LangChain from post prompt tool (#937) (21064e7)
  • Remove LangChain from question answer tool (#939) (77b99da)
  • Set limit for advanced image processing images (#978) (f604655)
  • Store image embeddings in search index (#921) (f903af9)
  • Text to Speech feature implementation (#1235) (dd88ebc)
  • Upload to AI Search in Batches (#1323) (5d0a5d6)
  • Use openai client for Azure BYOD (#831) (fc62160)

Bug Fixes

  • Deleted files are visible on screen after clicking on delete button. (#1143) (773e199)
  • Ingest data - UI issue overlapping components (#1151) (33e1798)
  • Slight pauses while speaking cause reco to halt and start a new phrase. (#982) (e10a0fa)
  • [Bug - 4658] Updated stop sequence to empty string in Bicep (#1070) (016489b)
  • [Bug-4714-Admin] Borders for contrast mode and fixed resizing issue for 1280p (#1044) (f75e37e)
  • [Bug-4715-Admin] Added border in high constrast mode (#1046) (c9c5df7)
  • [Bug-4717: Citation Panel] proving borders and resize of the content without overlap. (#1051) (284a4b2)
  • [Bug-4717] reverted all 200% zoom changes (#1073) (7989689)
  • [IV] Appropriate messages on Explore & Delete page when index not created (#849) (50b9900)
  • Add max_tokens to chat completions (#934) (392d437)
  • Add vector_fields to Azure OpenAI On Your Data (#966) (5483f92)
  • Add AI disclaimer to Teams extension (#1074) (2efccd1)
  • Add fallback message for preview display issues with tables and special formatting (#1173) (718d6b5)
  • Add gpt-4o support #967 and embedding model version as variable (#1090) (ab670cb)
  • Added changes in Delete Data file (#1262) (547c031)
  • Added missing env variables in main.bicep for function app (#1147) (4a88aff)
  • Added title as "Assistant type configuration" (#1130) (7eb28a1)
  • Added UI changes (Landing Screen) (#1039) (2c312ee)
  • Addressed the file upload issue with filenames in Hebrew language in ingest documents screen (#1376) (6d77789)
  • Admin config page refresh issue fix (#1330) ([9ecf2b7](https://github.com/Roopan-Microsoft/psl-cwyd-...
Read more