98 Commits

Author SHA1 Message Date
Josh Bradley
64b19cd3fd fix variable references in url path 2025-01-28 21:20:24 -05:00
Josh Bradley
ec49d32ef0 attempt to cleanup fastapi code 2025-01-28 00:34:04 -05:00
Josh Bradley
c6ad3f668e fix logging of extra metadata 2025-01-27 01:54:09 -05:00
Josh Bradley
46b2a8c2ec update notebook 2025-01-26 03:14:30 -05:00
Josh Bradley
d0273c3d75 reorganize k8s manifest files and scripts 2025-01-26 03:11:51 -05:00
Josh Bradley
9a73ef2df4 convert app to proper python package 2025-01-25 04:07:53 -05:00
Josh Bradley
755448343b rename environment variable to align with standard azure naming conventions 2025-01-24 15:19:48 -05:00
Josh Bradley
84f27700ce update how prompts get saved in cosmosdb 2025-01-24 13:01:01 -05:00
Josh Bradley
72d759a08c apply az bicep format --file to all bicep files 2025-01-23 13:06:37 -05:00
Josh Bradley
8f2f0ea479 fix import filepath 2025-01-23 11:56:43 -05:00
Josh Bradley
57e86649ce refactor AzureClientManager code and update pytests 2025-01-23 02:12:33 -05:00
Josh Bradley
ba883dc9da update pytest dataset 2025-01-23 01:21:25 -05:00
Josh Bradley
17845d8ff6 change cicd pytest to use https protocol 2025-01-23 01:20:25 -05:00
Josh Bradley
97ea6017fd add custom cosmosdb rbac role 2025-01-23 00:23:58 -05:00
Josh Bradley
1db953c938 bicep code cleanup 2025-01-22 03:00:15 -05:00
Josh Bradley
4f8ff8ef7d reorganize rbac assignments to be cleaner 2025-01-22 02:58:36 -05:00
Josh Bradley
4f2734dd4d add app insights rbac role assignment 2025-01-22 00:11:42 -05:00
Josh Bradley
4c5d947de7 fixed appinsights logging 2025-01-21 18:43:55 -05:00
Josh Bradley
a8bf6733df refactor and reorganize indexing code out of api code 2025-01-21 00:29:48 -05:00
Josh Bradley
e85c9c006e update pyproject.toml 2025-01-17 01:56:03 -05:00
Josh Bradley
c1713877e2 update callbacks 2025-01-17 01:55:04 -05:00
Josh Bradley
92af333f21 working version of indexing endpoint 2025-01-17 00:41:37 -05:00
Josh Bradley
404eed1d6b temporarily install from graphrag repo 2025-01-15 22:38:04 -05:00
Josh Bradley
8d448f86d4 update common bicep variable name 2025-01-04 03:13:13 -05:00
Josh Bradley
96dcd95f4f refactor bicep to be cleaner and remove ssh public key generation for AKS deployment - no longer needed 2025-01-04 02:38:59 -05:00
Josh Bradley
3c960593ae update synthetic index dataset 2025-01-03 19:26:37 -05:00
Josh Bradley
97d8b5276d temporary move of import statement 2025-01-03 19:25:04 -05:00
Josh Bradley
44d7859051 fix bad import 2025-01-03 18:07:33 -05:00
Josh Bradley
4e1b1ba050 revert bicep api version changes to a working condition 2025-01-03 13:49:26 -05:00
Josh Bradley
2f744c148a ruff format updates 2025-01-03 00:55:38 -05:00
Josh Bradley
fbbad71d0b add new pytests 2025-01-02 23:20:01 -05:00
Josh Bradley
0252646d16 refactor variable names to be more generic and add integration tests 2025-01-02 23:19:28 -05:00
Josh Bradley
ff5714af1f update code references to new locations in graphrag library 2025-01-02 19:27:05 -05:00
Josh Bradley
699bfa589a update dependabot settings 2025-01-02 14:11:45 -05:00
Josh Bradley
2b41976d88 add RBAC reader role assignment to cosmosdb bicep deployment 2025-01-02 13:45:20 -05:00
Josh Bradley
98fc3b82f3 refactor of bicep variable names to be more generic and pytest cleanup 2025-01-02 13:44:20 -05:00
Ed Clark
900c503573
Handle previously failed indexing jobs (#206)
Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
2024-12-30 02:09:45 -05:00
Josh Bradley
c7b5f96a03
Re-activate pytests (#208) 2024-12-30 01:59:08 -05:00
Ed Clark
3330134c0b
Add model encodings download to backend docker image build (#207)
Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
2024-12-30 00:59:35 -05:00
Kiyoung Kim
6dc1ad436f
Update deployment guide file to have kubelogin as a Prerequisites. (#201)
Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
2024-12-30 00:50:12 -05:00
Josh Bradley
ac13ee1757
Fix overlapping CIDR block (#209) 2024-12-14 00:59:41 -05:00
Josh Bradley
dd6ed869f3 fix poetry filepath issue to reference the correct pyproject.toml file 2024-12-04 15:01:44 -05:00
Josh Bradley
825750bea3
Update security compliance (#194) 2024-10-30 15:51:02 -04:00
Josh Bradley
ba3be1b312 remove test graphml 2024-10-26 01:23:25 -04:00
KennyZhang1
587cb9238c
integrated opentelemetry into application_insights code (#191)
Co-authored-by: Josh Bradley <joshbradley@microsoft.com>
2024-10-26 01:14:53 -04:00
Josh Bradley
fe3c10339b force json output from az cli 2024-10-25 23:49:49 -04:00
KennyZhang1
67e52e3d18
Predeploy SKU validation (#182)
Co-authored-by: Kenny Zhang <zhangken@microsoft.com>
Co-authored-by: Gabriel Nieves-Ponce <39567323+nievespg1@users.noreply.github.com>
2024-10-02 13:37:29 -04:00
Tushar Dhadiwal
58b2a414a7
Update frontend deployment script - managed identity fix (#179)
Co-authored-by: Gabriel Nieves-Ponce <39567323+nievespg1@users.noreply.github.com>
2024-10-01 18:44:48 -04:00
KennyZhang1
1892eb8a65
Expose community levels to api (#187) 2024-10-01 17:26:04 -04:00
Josh Bradley
d9708d53f3 remove unused lines of code v0.3.3 2024-09-20 02:26:17 -04:00