Skip to content

0.4 Delta

Compare
Choose a tag to compare
@dayland dayland released this 14 Nov 19:21
· 1809 commits to main since this release
0cc8d71

What's New:

  • Vector Hybrid Search which combines vector similarity with keyword matching to enhance search accuracy.
    • Added document processing pipeline steps to generate embeddings for text-based files. Bring your embedding (Azure Open AI or open-source embedding model).
    • Extended document processing pipeline with richer language detection and translation to avoid common error with OOTB Azure Cognitive Search skillsets
    • Switched to direct search index inserts instead of Azure Cognitive Search Indexer and skillsets
    • Restructured and added vector columns to Azure Cognitive Search Index (expanded JSON into index fields)
    • Update UX to embed users query and execute Vector Hybrid Search with Semantic
    • Added pipeline to process images and store enrichments as keywords in Azure Cognitive Search index which would allow user to do text to image search.
  • Added iFrame document and image rendering of source material under citation panel of UX.
  • Added support for several new file types using Unstructured.io
    • Text-based: pdf, docx, html, htm, csv, md, pptx, txt, json, xlsx, xml, eml, msg
    • Images: jpg, jpeg, png, gif, bmp, tif, tiff
  • Added support for US Government deployments
  • Added filtered query support for Azure Cognitive Search index fields
    • Enabled upload to a folder and adding tags to uploaded file in UX
    • Enabled filtering search by "folder" and/or "tags" fields in Adjust panel in UX
  • Added function testing of document pre-processing pipelines and embeddings REST APIs
  • Added branding updates that allow a warning banner and UX title updates
  • Enhanced infrastructure and application logging
    • Detailed chunk-based logging for embeddings and indexing
    • New Azure Workbook to help investigate infrastructure level errors (i.e. App Service not starting up correctly)

What's Changed

New Contributors

Full Changelog: v0.3-Gamma...v0.4-Delta