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
#mkdocs/docs/deployment/adw_private.md # cleaned up sensitive info
104
+
#deployment-docs/docs/deployment/adw_private.md # cleaned up sensitive info
105
105
106
106
# Reference to idcs discovery url
107
-
#mkdocs/docs/deployment/business_api_gateway.md # cleaned up/masked sensitive data
107
+
#deployment-docs/docs/deployment/business_api_gateway.md # cleaned up/masked sensitive data
108
108
109
109
# Reference to oda instance
110
-
#mkdocs/docs/deployment/business_idcs.md # cleaned/masked data
110
+
#deployment-docs/docs/deployment/business_idcs.md # cleaned/masked data
111
111
112
112
# Reference to oracle redis
113
-
#mkdocs/docs/deployment/nl2sql_engine.md # removed sensitive data. There are a lot of references to websocket... maybe we can remove this in the near future
113
+
#deployment-docs/docs/deployment/nl2sql_engine.md # removed sensitive data. There are a lot of references to websocket... maybe we can remove this in the near future
114
114
115
115
# Reference to API GW url
116
-
#mkdocs/docs/deployment/oda.md # masked sensitive data
116
+
#deployment-docs/docs/deployment/oda.md # masked sensitive data
117
117
118
118
# Reference to OCI tenancy
119
-
#mkdocs/docs/deployment/trust-service.c.md # cleaned sensitive data. There are a couple references to artifactory here
Current instructions instruct to follow the instructions according to the ADW version, but don't reference where to find
128
+
instrucitons according to ADW version
129
+
130
+
Install sql client (linux 8 & 9)
131
+
sudo yum install oracle-instantclient-sqlplus
132
+
133
+
Install sql tools
134
+
sudo yum install oracle-instantclient-tools
135
+
136
+
Step 5, possible to omit?
137
+
- Only necessary if python not working as expected
138
+
139
+
Step 7 is included in step 6, pip install pytest
140
+
- Can be omitted
141
+
142
+
Validation instruction for nl2sql getprompt method missing payload, endpoint expects POST
143
+
curl -vvv -X POST "http://<nl2sql>:8002/getprompt" -H "Content-Type: application/json" -d '{"question": "Show me the project names"}'
144
+
145
+
Also the default code in the clientApp directory in the repo exposes the trust helper on port 8001 by default, but the config in the trust-config.json expects port 8002
146
+
147
+
Step 8 references artifact repository to pull from, can't use for publishing. Need to use e.g. this repo instead
148
+
149
+
Step 9 requires wallet for version W21 or older
150
+
- The artifact repo referenced doesn't have W22 version, not sure where to find it
151
+
152
+
Step 9 & 10 ask to configure trust_config.json, but ask to pull json from external repo. Trust_config.json is already included in repo under nl2sql-main/rest/nl2sql-trust/conf/
153
+
154
+
Configure trust_config then upload to object storage bucket under <env>/config/
155
+
156
+
Trust config expects dedicated ai cluster endpoint (dac)
157
+
- provided on demand llama model endpoint instead (don't have dac on tenancy)
158
+
159
+
Missing instructions to set up object storage (assumes the following structure)
160
+
- (env) e.g. dev
161
+
- wallet
162
+
- wallet.zip
163
+
- config
164
+
- trust-config.json
165
+
- metadata_v2.json # instructions currently refer to "metadata.json"
166
+
167
+
Missing execute permission on restart bash script
168
+
chmod +x
104
169
105
170
## APEX
106
-
tbd ...
171
+
APEX app is in object storage
172
+
Got sql from object storage
107
173
108
174
### Troubleshooting
109
175
110
176
1. Graph isn't showing in Table Graph VB App
111
177
- Solution: Make sure to assign user role to idcs group in app settings
178
+
179
+
Developers choosing to distribute a binary implementation of this project are responsible for obtaining and providing all required licenses and copyright notices for the third-party code used in order to ensure compliance with their respective open source licenses.
0 commit comments