texts fixes, search bar fixes, global menu fixes.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<InternalsVisibleTo Include="StellaOps.AdvisoryAI.WebService" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Storage\Migrations\**\*.sql" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
|
||||
<EmbeddedResource Include="Storage\Migrations\**\*.sql" />
|
||||
<EmbeddedResource Include="UnifiedSearch\Synthesis\synthesis-system-prompt.txt" LogicalName="synthesis-system-prompt.txt" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -34,6 +34,18 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>models/all-MiniLM-L6-v2.onnx</TargetPath>
|
||||
</None>
|
||||
<None Update="UnifiedSearch/Snapshots/findings.snapshot.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>UnifiedSearch/Snapshots/findings.snapshot.json</TargetPath>
|
||||
</None>
|
||||
<None Update="UnifiedSearch/Snapshots/vex.snapshot.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>UnifiedSearch/Snapshots/vex.snapshot.json</TargetPath>
|
||||
</None>
|
||||
<None Update="UnifiedSearch/Snapshots/policy.snapshot.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>UnifiedSearch/Snapshots/policy.snapshot.json</TargetPath>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" />
|
||||
|
||||
Reference in New Issue
Block a user