Skip to content

Support using Azure File Share for temp files #264

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2025

Conversation

eldong
Copy link
Collaborator

@eldong eldong commented Jun 2, 2025

No description provided.

@paullizer paullizer self-assigned this Jun 27, 2025
@paullizer paullizer added the enhancement New feature or request label Jun 27, 2025
@paullizer paullizer merged commit 3645dc6 into Development Jun 27, 2025
2 checks passed
paullizer added a commit that referenced this pull request Jun 29, 2025
* Support for custom environment (#235) (#240)

Co-authored-by: adu103 <adu103@users.noreply.github.com>
Co-authored-by: Alex Unger (Dev Advocate) <alexunger@microsoft.com>

* Fix code snippet readability in Dark Mode (#239)

* Initial plan for issue

* Add dark mode styling for code blocks

Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

* Fix dark mode file link contrast in chat messages (#241)

* Initial plan for issue

* Fix dark mode file link contrast by using white text on green background

Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

* update version to 0.215.001

* Admin Setting - Use Local File for Document Intelligence Testing (#245)

* Initial plan for issue

* Update Document Intelligence test to use local file

Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

* Redis (#251)

* adding ui to admin page for redis settings

* removing APIM from redis

* updates so  data being saved in cosmos correct and  test button working

* Session data is correctly being stored in redis

* update test redis button

* Have the extra fields for redis auth type now working correctly

* finished support for managed identities for redis cache

* update readme for redis

* fixed issue with redis not working with scaled app and managed indentities

---------

Co-authored-by: Eldon Gormsen <Eldon.Gormsen@microsoft.com>
Co-authored-by: Paul Lizer <paullizer@microsoft.com>

* Changing Base Image to reduce CVEs (#266)

* Update Dockerfile

* Update docker_image_publish_dev.yml

* Update Dockerfile to harden

* Update Dockerfile Changed back to 3.12-slim

* Update Dockerfile to remove libaom

* Update Dockerfile Changed base to chainguard

* Update docker_image_publish_dev.yml Changed image branches to trigger

* Update Dockerfile Changed base to latest

* Update Dockerfile removing the installs

* Update Dockerfile adding latest-dev layer

* Update Dockerfile remove flask

* Update Dockerfile Changing EntryPoint

* Update Dockerfile Using venv

* Update app.py Updating app.run to use 0.0.0.0

* Update Dockerfile Giving User write access to image dir

* Update Dockerfile Fixing to support chown without distro

* Update Dockerfile update EXPOSE comment

* Update chats.css (#272)

Fix word wrap to move word to next line in chat

* Infra deployer gunger (#232)

* deployers update

cleaning up code files for commit.

* add deployer options readme.md

add deployer options readme.md

* Notes cleanup

Notes cleanup

* One Touch Deploy

* update to one touch deploy links

update to one touch deploy links

* OneTouch updates

OneTouch updates

* One Touch Deploy changes

One Touch Deploy changes

* Update README.md

* update to json template

update to json template

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update OneTouchDeploy.md

* Update OneTouchDeploy.md

* Changed name of one touch to one click

Changed name of one touch to one click

* update to bicep

* update to registry setting that differs by platform

* update to variables to make it compatible with Azure Commercial

update to variables to make it compatible with Azure Commercial

* Update README.md

* document bulk loader

first checkin

* database seeder

first checkin

* db seeder updates

* updates to external api

* bulk uploader changes

bulk uploader changes

* bulk loader related cleanup

bulk loader related cleanup

* bulk document loader changes

bulk document loader changes

* bulk loader updates

bulk loader updates

* Update main.py

* Update main.py

Bulk loader changes

* Update route_external_group_documents.py

External api changes

* database seeder changes

database seeder changes

* database seeder updates

database seeder updates

* database seeder updates

database seeder updates

* Update admin_settings.json

---------

Co-authored-by: Greg Unger <117244765+gregunger_microsoft@users.noreply.github.com>
Co-authored-by: Paul Lizer <paullizer@microsoft.com>

* Support using Azure File Share for temp files (#264)

Co-authored-by: Eldon Gormsen <Eldon.Gormsen@microsoft.com>

* Update test_document.pdf

* bulk uploader updates

* database seeder updates

* removed test files from bulk uploader

* updated database seeder default json

* added redis cache to architecture

* updated scale tab

* fixed bug that allowed chat to happen even if embedding failed

* resolved document classification bug

* Support custom favicon

* Show/hide application title independently of logo

* resolved prompt bug where text only shows up when clicking on input field

* Added multi-conversation delete

* repaired search in workspaces

* Added system prompt back into the chat workflow

* Added alignment setting for markdown text on index page

* Added Group.Read.All to README

* Update to 0.215.34

* Added latest features and redis cache

* Updated TOC

* Corrected TOC

* Added private endpoints to README

* Added private endpoint and enterprise network

---------

Co-authored-by: adu103 <adu103@users.noreply.github.com>
Co-authored-by: Alex Unger (Dev Advocate) <alexunger@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: eldong <eldon@sixarrows.net>
Co-authored-by: Eldon Gormsen <Eldon.Gormsen@microsoft.com>
Co-authored-by: Aaron Barth <aaronba@users.noreply.github.com>
Co-authored-by: Greg <78557883+gregunger-microsoft@users.noreply.github.com>
Co-authored-by: Greg Unger <117244765+gregunger_microsoft@users.noreply.github.com>
paullizer added a commit that referenced this pull request Jun 29, 2025
* Support for custom environment (#235) (#240)

Co-authored-by: adu103 <adu103@users.noreply.github.com>
Co-authored-by: Alex Unger (Dev Advocate) <alexunger@microsoft.com>

* Fix code snippet readability in Dark Mode (#239)

* Initial plan for issue

* Add dark mode styling for code blocks

Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

* Fix dark mode file link contrast in chat messages (#241)

* Initial plan for issue

* Fix dark mode file link contrast by using white text on green background

Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

* update version to 0.215.001

* Admin Setting - Use Local File for Document Intelligence Testing (#245)

* Initial plan for issue

* Update Document Intelligence test to use local file

Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>

* Redis (#251)

* adding ui to admin page for redis settings

* removing APIM from redis

* updates so  data being saved in cosmos correct and  test button working

* Session data is correctly being stored in redis

* update test redis button

* Have the extra fields for redis auth type now working correctly

* finished support for managed identities for redis cache

* update readme for redis

* fixed issue with redis not working with scaled app and managed indentities

---------

Co-authored-by: Eldon Gormsen <Eldon.Gormsen@microsoft.com>
Co-authored-by: Paul Lizer <paullizer@microsoft.com>

* Changing Base Image to reduce CVEs (#266)

* Update Dockerfile

* Update docker_image_publish_dev.yml

* Update Dockerfile to harden

* Update Dockerfile Changed back to 3.12-slim

* Update Dockerfile to remove libaom

* Update Dockerfile Changed base to chainguard

* Update docker_image_publish_dev.yml Changed image branches to trigger

* Update Dockerfile Changed base to latest

* Update Dockerfile removing the installs

* Update Dockerfile adding latest-dev layer

* Update Dockerfile remove flask

* Update Dockerfile Changing EntryPoint

* Update Dockerfile Using venv

* Update app.py Updating app.run to use 0.0.0.0

* Update Dockerfile Giving User write access to image dir

* Update Dockerfile Fixing to support chown without distro

* Update Dockerfile update EXPOSE comment

* add appinsights logger and function

* fix improperly nested function

* rmv duplicate function

* add appinsights lib

* fix version decl

* improved logger options

* Update chats.css (#272)

Fix word wrap to move word to next line in chat

* Infra deployer gunger (#232)

* deployers update

cleaning up code files for commit.

* add deployer options readme.md

add deployer options readme.md

* Notes cleanup

Notes cleanup

* One Touch Deploy

* update to one touch deploy links

update to one touch deploy links

* OneTouch updates

OneTouch updates

* One Touch Deploy changes

One Touch Deploy changes

* Update README.md

* update to json template

update to json template

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update OneTouchDeploy.md

* Update OneTouchDeploy.md

* Changed name of one touch to one click

Changed name of one touch to one click

* update to bicep

* update to registry setting that differs by platform

* update to variables to make it compatible with Azure Commercial

update to variables to make it compatible with Azure Commercial

* Update README.md

* document bulk loader

first checkin

* database seeder

first checkin

* db seeder updates

* updates to external api

* bulk uploader changes

bulk uploader changes

* bulk loader related cleanup

bulk loader related cleanup

* bulk document loader changes

bulk document loader changes

* bulk loader updates

bulk loader updates

* Update main.py

* Update main.py

Bulk loader changes

* Update route_external_group_documents.py

External api changes

* database seeder changes

database seeder changes

* database seeder updates

database seeder updates

* database seeder updates

database seeder updates

* Update admin_settings.json

---------

Co-authored-by: Greg Unger <117244765+gregunger_microsoft@users.noreply.github.com>
Co-authored-by: Paul Lizer <paullizer@microsoft.com>

* Support using Azure File Share for temp files (#264)

Co-authored-by: Eldon Gormsen <Eldon.Gormsen@microsoft.com>

* Update test_document.pdf

* upate pipeline

* init semantic kernel commit

---------

Co-authored-by: Paul Lizer <paullizer@microsoft.com>
Co-authored-by: adu103 <adu103@users.noreply.github.com>
Co-authored-by: Alex Unger (Dev Advocate) <alexunger@microsoft.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: paullizer <34814295+paullizer@users.noreply.github.com>
Co-authored-by: eldong <eldon@sixarrows.net>
Co-authored-by: Eldon Gormsen <Eldon.Gormsen@microsoft.com>
Co-authored-by: Aaron Barth <aaronba@users.noreply.github.com>
Co-authored-by: Greg <78557883+gregunger-microsoft@users.noreply.github.com>
Co-authored-by: Greg Unger <117244765+gregunger_microsoft@users.noreply.github.com>
Co-authored-by: Bionic711 <nadoyle@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants