Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Deployment/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If you are developer and want to take a monitor the pods per ai-service and kern

## Testing APIs
Before integration with Presentation layer(PowerApps), you can test the APIs with [Postman](https://www.postman.com/downloads/).
(the scripts are in the [postman](.\postman) folder under deployment)
(the scripts are in the [postman](../Services/postman) folder under deployment)

Each API tests should start after finishing all configuration steps.

Expand Down Expand Up @@ -119,8 +119,8 @@ We can change its disclosure requirements with any CSRD qualitative disclosure r
You may check the generated GapAnalysis report like this
![gapanalysis04](./images/services/postman_gapanalysis04.png)

## Change Code and Publish
Use [buildandpublishcodes.ps1](buildandpushcodes.ps1) file.
<!-- ## Change Code and Publish
Use [buildandpublishcodes.ps1](buildandpushcodes.ps1) file. -->

```Powershell
# AI-Service Build and push the container image to Azure Container Registry
Expand Down
2 changes: 1 addition & 1 deletion Deployment/docs/ArchitectureDescription.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Architecture Description
The solution accelerator architecture is depicture below with a brief description.

![Architecture](../../Deployment/images/readme/architecture.png)
![Architecture](../../Deployment/images/readme/solution-architecture.png)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ This project contains the
[LLama](https://ai.meta.com/blog/large-language-model-llama-meta-ai/)
LLM connector to access to LLama LLM models and generate text,
leveraging the
[LLamaSharp]((https://scisharp.github.io/LLamaSharp)) project.
[LLamaSharp](https://scisharp.github.io/LLamaSharp) project.