You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup.md
+5-35Lines changed: 5 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
sidebar_position: 1
3
3
---
4
4
5
-
# P3 Model .NET - Container Configuration
5
+
# Noesis Vision - Container Configuration
6
6
7
7
## Introduction
8
8
9
-
P3 Model .NET is an advanced source code analysis system with AI integration that supports various language model providers. The system is designed as a containerized application with flexible configuration through environment variables.
9
+
Noesis Vision is an advanced source code analysis system with an optional AI integration that supports various language model providers. The system is designed as a containerized application with flexible configuration through environment variables.
10
10
11
11
## Supported APIs and Models
12
12
@@ -84,7 +84,6 @@ Here are the environment variables which have to be set to use each of listed mo
84
84
|`NOESIS_NoesisLicenseFilePath`| Yes | Path to JWT license file |
85
85
86
86
87
-
88
87
**Notes:**
89
88
- License file must be in JWT format
90
89
- In container, file must be mounted at `/license.jwt`
@@ -94,8 +93,7 @@ Here are the environment variables which have to be set to use each of listed mo
94
93
95
94
| Variable | Required | Default Value | Description |
0 commit comments