azure / appinno-gbb-glam-experiments
File Age & Freshness

File age measurements show the distribution of file ages (days since the first commit) and the file freshness (days since the latest commit).

Summary
File Change History Overall
File Age Distribution Overall
Days since first update
  • There are 68 files with 2,762 lines of code in files.
    • 0 files that are 366+ days old (0 lines of code)
    • 68 files that are 181-365 days old (2,762 lines of code)
    • 0 files that are 91-180 days old (0 lines of code)
    • 0 files that are 31-90 days old (0 lines of code)
    • 0 files that are 1-30 days old (0 lines of code)
0% | 100% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30

explore: grouped by folders | grouped by age
File Freshness Distribution Overall
Days since last update
  • There are 68 files with 2,762 lines of code in files.
    • 0 files have been last changed 366+ days ago (0 lines of code)
    • 68 files have been last changed 181-365 days ago (2,762 lines of code)
    • 0 files have been last changed 91-180 days ago (0 lines of code)
    • 0 files have been last changed 31-90 days ago (0 lines of code)
    • 0 files have been last changed 1-30 days ago (0 lines of code)
0% | 100% | 0% | 0% | 0%
Legend:
366+
181-365
91-180
31-90
1-30

explore: grouped by folders | grouped by freshness
File Change History per File Extension
cs, json, md, gitignore, csproj, js, yaml, ps1, txt, sh, http, css, dockerignore, html
File Age Distribution per Extension
Days since first update
366+
181-365
91-180
31-90
1-30
cs0% | 100% | 0% | 0% | 0%
js0% | 100% | 0% | 0% | 0%
css0% | 100% | 0% | 0% | 0%
ps10% | 100% | 0% | 0% | 0%
yaml0% | 100% | 0% | 0% | 0%
html0% | 100% | 0% | 0% | 0%
http0% | 100% | 0% | 0% | 0%
File Freshness Distribution per Extension
Days since last update
366+
181-365
91-180
31-90
1-30
cs0% | 100% | 0% | 0% | 0%
js0% | 100% | 0% | 0% | 0%
css0% | 100% | 0% | 0% | 0%
ps10% | 100% | 0% | 0% | 0%
yaml0% | 100% | 0% | 0% | 0%
html0% | 100% | 0% | 0% | 0%
http0% | 100% | 0% | 0% | 0%
File Change History per Logical Decomposition
primary
primary (file age distribution)
Days since first update
366+
181-365
91-180
31-90
1-30
reference-implementations0% | 100% | 0% | 0% | 0%
experiments0% | 100% | 0% | 0% | 0%
primary (file freshness distribution)
Days since last update
366+
181-365
91-180
31-90
1-30
reference-implementations0% | 100% | 0% | 0% | 0%
experiments0% | 100% | 0% | 0% | 0%
Oldest Files (Top 50)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
SemanticSearchFunctions.cs
in experiments/semantic-search-with-images/src
158 1 2024-05-07 2024-07-24 3 1 memeyer@microsoft.com memeyer@microsoft.com
Gpt4WithVisionOnlyApproach.cs
in experiments/art-detection-by-llm/src/Approaches
133 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Gpt4WithVisionPlusEnhancementApproach.cs
in experiments/art-detection-by-llm/src/Approaches
114 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ChatCompletionWithVisionResponse.cs
in experiments/art-detection-by-llm/src/Models
92 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
NGAOpenDataRetriever.cs
in experiments/create-search-index/src/Services
74 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/create-search-index/src
69 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
Orchestrator.cs
in experiments/art-detection-by-llm/src
58 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
IndexManager.cs
in experiments/create-search-index/src/Services
48 2 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
AzureAiVisionObjectDetectionApproach.cs
in experiments/art-detection-by-llm/src/Approaches
43 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/semantic-search-with-images/src
42 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
ImageVectorizor.cs
in experiments/create-search-index/src/Services
42 2 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Settings.cs
in experiments/create-search-index/src/Models
38 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
ChatCompletionWithVisionRequest.cs
in experiments/art-detection-by-llm/src/Models
37 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
IndexDocument.cs
in experiments/create-search-index/src/Models
32 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/art-detection-by-llm/src
31 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Gpt4WithVisionOnlyModels.cs
in experiments/art-detection-by-llm/src/Models
24 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
AnalyzeImageResponse.cs
in experiments/art-detection-by-llm/src/Models
18 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageSearchResult.cs
in experiments/semantic-search-with-images/src/Models
17 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
ConfigurationOptions.cs
in experiments/semantic-search-with-images/src
16 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
Constants.cs
in experiments/create-search-index/src
10 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDetectArt.cs
in experiments/art-detection-by-llm/src/Approaches
6 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
MultimodalEmbeddingsApiResponse.cs
in experiments/semantic-search-with-images/src/Models
6 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Constants.cs
in experiments/semantic-search-with-images/src
6 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
VectorizeImageResponse.cs
in experiments/create-search-index/src/Models
6 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ByTextRequest.cs
in experiments/semantic-search-with-images/src/Models
5 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ByImageRequest.cs
in experiments/semantic-search-with-images/src/Models
5 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessApi.cs
in experiments/create-search-index/src/Models
98 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessPreProcessor.cs
in experiments/create-search-index/src/Services
61 2 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessRetriever.cs
in experiments/create-search-index/src/Services
41 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
BaseRetriever.cs
in experiments/create-search-index/src/Services
8 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in reference-implementations/semantic-search-for-images/src/ui-backend
46 - 2024-06-07 2024-07-31 4 2 memeyer@microsoft.com 34110390+asofio@users.norep...
Startup.cs
in reference-implementations/semantic-search-for-images/src/ingestion
139 4 2024-07-23 2024-07-31 4 2 memeyer@microsoft.com 34110390+asofio@users.norep...
index.css
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
125 - 2024-07-23 2024-07-30 2 2 memeyer@microsoft.com lynnaloo@gmail.com
App.js
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
117 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AiSearchService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
76 3 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
SemanticSearchController.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Controllers
67 4 2024-07-23 2024-07-24 2 1 memeyer@microsoft.com memeyer@microsoft.com
ImageService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
67 7 2024-07-23 2024-07-30 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
CsvService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
66 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
64 6 2024-07-23 2024-07-30 3 2 memeyer@microsoft.com 34110390+asofio@users.norep...
CosmosDbService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
59 3 2024-07-23 2024-07-31 3 2 memeyer@microsoft.com 34110390+asofio@users.norep...
azure.yaml
in reference-implementations/semantic-search-for-images
57 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
DataIngestor.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
52 2 2024-07-23 2024-07-25 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
HealthController.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Controllers
51 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AiSearchService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
49 3 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
postup.ps1
in reference-implementations/semantic-search-for-images/infra/hooks
45 - 2024-07-23 2024-07-30 2 1 memeyer@microsoft.com memeyer@microsoft.com
BlobService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
43 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AppSettings.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
36 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AppSettings.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
27 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
CosmoDbService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
24 1 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
index.html
in reference-implementations/semantic-search-for-images/src/ui-frontend/public
20 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Files Not Recently Changed (Top 50)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
ByImageRequest.cs
in experiments/semantic-search-with-images/src/Models
5 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ByTextRequest.cs
in experiments/semantic-search-with-images/src/Models
5 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
VectorizeImageResponse.cs
in experiments/create-search-index/src/Models
6 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Constants.cs
in experiments/semantic-search-with-images/src
6 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
MultimodalEmbeddingsApiResponse.cs
in experiments/semantic-search-with-images/src/Models
6 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDetectArt.cs
in experiments/art-detection-by-llm/src/Approaches
6 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Constants.cs
in experiments/create-search-index/src
10 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
AnalyzeImageResponse.cs
in experiments/art-detection-by-llm/src/Models
18 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Gpt4WithVisionOnlyModels.cs
in experiments/art-detection-by-llm/src/Models
24 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/art-detection-by-llm/src
31 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ChatCompletionWithVisionRequest.cs
in experiments/art-detection-by-llm/src/Models
37 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageVectorizor.cs
in experiments/create-search-index/src/Services
42 2 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
AzureAiVisionObjectDetectionApproach.cs
in experiments/art-detection-by-llm/src/Approaches
43 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
IndexManager.cs
in experiments/create-search-index/src/Services
48 2 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Orchestrator.cs
in experiments/art-detection-by-llm/src
58 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ChatCompletionWithVisionResponse.cs
in experiments/art-detection-by-llm/src/Models
92 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Gpt4WithVisionPlusEnhancementApproach.cs
in experiments/art-detection-by-llm/src/Approaches
114 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Gpt4WithVisionOnlyApproach.cs
in experiments/art-detection-by-llm/src/Approaches
133 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
BaseRetriever.cs
in experiments/create-search-index/src/Services
8 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
ConfigurationOptions.cs
in experiments/semantic-search-with-images/src
16 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
ImageSearchResult.cs
in experiments/semantic-search-with-images/src/Models
17 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
IndexDocument.cs
in experiments/create-search-index/src/Models
32 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
Settings.cs
in experiments/create-search-index/src/Models
38 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessRetriever.cs
in experiments/create-search-index/src/Services
41 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/semantic-search-with-images/src
42 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessPreProcessor.cs
in experiments/create-search-index/src/Services
61 2 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/create-search-index/src
69 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
NGAOpenDataRetriever.cs
in experiments/create-search-index/src/Services
74 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessApi.cs
in experiments/create-search-index/src/Models
98 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDataIngestor.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
6 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
MultimodalEmbeddingsApiResponse.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
7 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
MultimodalEmbeddingsApiResponse.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
7 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDatabaseService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDatabaseService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ICsvService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IImageService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
http
ui-backend.http
in reference-implementations/semantic-search-for-images/src/ui-backend
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IImageService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Requests.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
10 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
index.js
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
10 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IBlobService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
11 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in reference-implementations/semantic-search-for-images/src/ingestion
14 1 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageMetadata.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
16 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageMetadata.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
18 1 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
prepackage-ui-frontend.ps1
in reference-implementations/semantic-search-for-images/infra/hooks
20 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
index.html
in reference-implementations/semantic-search-for-images/src/ui-frontend/public
20 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AppSettings.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
27 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AppSettings.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
36 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
BlobService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
43 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
HealthController.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Controllers
51 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Most Recently Created Files (Top 50)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
Startup.cs
in reference-implementations/semantic-search-for-images/src/ingestion
139 4 2024-07-23 2024-07-31 4 2 memeyer@microsoft.com 34110390+asofio@users.norep...
index.css
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
125 - 2024-07-23 2024-07-30 2 2 memeyer@microsoft.com lynnaloo@gmail.com
App.js
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
117 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AiSearchService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
76 3 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
SemanticSearchController.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Controllers
67 4 2024-07-23 2024-07-24 2 1 memeyer@microsoft.com memeyer@microsoft.com
ImageService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
67 7 2024-07-23 2024-07-30 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
CsvService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
66 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
64 6 2024-07-23 2024-07-30 3 2 memeyer@microsoft.com 34110390+asofio@users.norep...
CosmosDbService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
59 3 2024-07-23 2024-07-31 3 2 memeyer@microsoft.com 34110390+asofio@users.norep...
azure.yaml
in reference-implementations/semantic-search-for-images
57 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
DataIngestor.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
52 2 2024-07-23 2024-07-25 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
HealthController.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Controllers
51 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AiSearchService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
49 3 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
postup.ps1
in reference-implementations/semantic-search-for-images/infra/hooks
45 - 2024-07-23 2024-07-30 2 1 memeyer@microsoft.com memeyer@microsoft.com
BlobService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
43 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AppSettings.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
36 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AppSettings.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
27 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
CosmoDbService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
24 1 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
index.html
in reference-implementations/semantic-search-for-images/src/ui-frontend/public
20 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
prepackage-ui-frontend.ps1
in reference-implementations/semantic-search-for-images/infra/hooks
20 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageMetadata.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
18 1 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageMetadata.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
16 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Constants.cs
in reference-implementations/semantic-search-for-images/src/ingestion
14 - 2024-07-23 2024-07-30 3 2 memeyer@microsoft.com 34110390+asofio@users.norep...
Program.cs
in reference-implementations/semantic-search-for-images/src/ingestion
14 1 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IBlobService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
11 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
index.js
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
10 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Requests.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
10 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Constants.cs
in reference-implementations/semantic-search-for-images/src/ui-backend
10 - 2024-07-23 2024-07-30 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
IImageService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
http
ui-backend.http
in reference-implementations/semantic-search-for-images/src/ui-backend
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IImageService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ICsvService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDatabaseService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDatabaseService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
MultimodalEmbeddingsApiResponse.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
7 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
MultimodalEmbeddingsApiResponse.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
7 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDataIngestor.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
6 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in reference-implementations/semantic-search-for-images/src/ui-backend
46 - 2024-06-07 2024-07-31 4 2 memeyer@microsoft.com 34110390+asofio@users.norep...
MetOpenAccessApi.cs
in experiments/create-search-index/src/Models
98 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessPreProcessor.cs
in experiments/create-search-index/src/Services
61 2 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessRetriever.cs
in experiments/create-search-index/src/Services
41 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
BaseRetriever.cs
in experiments/create-search-index/src/Services
8 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
SemanticSearchFunctions.cs
in experiments/semantic-search-with-images/src
158 1 2024-05-07 2024-07-24 3 1 memeyer@microsoft.com memeyer@microsoft.com
Gpt4WithVisionOnlyApproach.cs
in experiments/art-detection-by-llm/src/Approaches
133 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Gpt4WithVisionPlusEnhancementApproach.cs
in experiments/art-detection-by-llm/src/Approaches
114 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
ChatCompletionWithVisionResponse.cs
in experiments/art-detection-by-llm/src/Models
92 - 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
NGAOpenDataRetriever.cs
in experiments/create-search-index/src/Services
74 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/create-search-index/src
69 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
Orchestrator.cs
in experiments/art-detection-by-llm/src
58 1 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
IndexManager.cs
in experiments/create-search-index/src/Services
48 2 2024-05-07 2024-05-07 1 1 memeyer@microsoft.com memeyer@microsoft.com
Most Recently Changed Files (Top 50)
File# lines# unitscreatedlast modified# changes
(days)
# contributorsfirst
contributor
latest
contributor
Startup.cs
in reference-implementations/semantic-search-for-images/src/ingestion
139 4 2024-07-23 2024-07-31 4 2 memeyer@microsoft.com 34110390+asofio@users.norep...
AiSearchService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
76 3 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
CosmosDbService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
59 3 2024-07-23 2024-07-31 3 2 memeyer@microsoft.com 34110390+asofio@users.norep...
AiSearchService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
49 3 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
Program.cs
in reference-implementations/semantic-search-for-images/src/ui-backend
46 - 2024-06-07 2024-07-31 4 2 memeyer@microsoft.com 34110390+asofio@users.norep...
CosmoDbService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
24 1 2024-07-23 2024-07-31 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
index.css
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
125 - 2024-07-23 2024-07-30 2 2 memeyer@microsoft.com lynnaloo@gmail.com
ImageService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
67 7 2024-07-23 2024-07-30 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
ImageService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
64 6 2024-07-23 2024-07-30 3 2 memeyer@microsoft.com 34110390+asofio@users.norep...
postup.ps1
in reference-implementations/semantic-search-for-images/infra/hooks
45 - 2024-07-23 2024-07-30 2 1 memeyer@microsoft.com memeyer@microsoft.com
Constants.cs
in reference-implementations/semantic-search-for-images/src/ingestion
14 - 2024-07-23 2024-07-30 3 2 memeyer@microsoft.com 34110390+asofio@users.norep...
Constants.cs
in reference-implementations/semantic-search-for-images/src/ui-backend
10 - 2024-07-23 2024-07-30 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
DataIngestor.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
52 2 2024-07-23 2024-07-25 2 2 memeyer@microsoft.com 34110390+asofio@users.norep...
SemanticSearchFunctions.cs
in experiments/semantic-search-with-images/src
158 1 2024-05-07 2024-07-24 3 1 memeyer@microsoft.com memeyer@microsoft.com
SemanticSearchController.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Controllers
67 4 2024-07-23 2024-07-24 2 1 memeyer@microsoft.com memeyer@microsoft.com
App.js
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
117 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
CsvService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
66 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
azure.yaml
in reference-implementations/semantic-search-for-images
57 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
HealthController.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Controllers
51 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
BlobService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
43 4 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AppSettings.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
36 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
AppSettings.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
27 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
index.html
in reference-implementations/semantic-search-for-images/src/ui-frontend/public
20 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
prepackage-ui-frontend.ps1
in reference-implementations/semantic-search-for-images/infra/hooks
20 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageMetadata.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
18 1 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ImageMetadata.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
16 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in reference-implementations/semantic-search-for-images/src/ingestion
14 1 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IBlobService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
11 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
index.js
in reference-implementations/semantic-search-for-images/src/ui-frontend/src
10 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
Requests.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
10 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IImageService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
http
ui-backend.http
in reference-implementations/semantic-search-for-images/src/ui-backend
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IImageService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
9 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
ICsvService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDatabaseService.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDatabaseService.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Services
8 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
MultimodalEmbeddingsApiResponse.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Models
7 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
MultimodalEmbeddingsApiResponse.cs
in reference-implementations/semantic-search-for-images/src/ui-backend/Models
7 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
IDataIngestor.cs
in reference-implementations/semantic-search-for-images/src/ingestion/Services
6 - 2024-07-23 2024-07-23 1 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessApi.cs
in experiments/create-search-index/src/Models
98 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
NGAOpenDataRetriever.cs
in experiments/create-search-index/src/Services
74 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/create-search-index/src
69 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessPreProcessor.cs
in experiments/create-search-index/src/Services
61 2 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
Program.cs
in experiments/semantic-search-with-images/src
42 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
MetOpenAccessRetriever.cs
in experiments/create-search-index/src/Services
41 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com
Settings.cs
in experiments/create-search-index/src/Models
38 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
IndexDocument.cs
in experiments/create-search-index/src/Models
32 1 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
ImageSearchResult.cs
in experiments/semantic-search-with-images/src/Models
17 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
ConfigurationOptions.cs
in experiments/semantic-search-with-images/src
16 - 2024-05-07 2024-06-03 2 1 memeyer@microsoft.com memeyer@microsoft.com
BaseRetriever.cs
in experiments/create-search-index/src/Services
8 1 2024-06-03 2024-06-03 1 1 memeyer@microsoft.com memeyer@microsoft.com