Skip to content

Commit e657d19

Browse files
nerpaulaSimran-B
authored andcommitted
remove username from startup parameters
1 parent 81d49fb commit e657d19

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

site/content/ai-suite/reference/importer.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ information on how to use it.
117117
```json
118118
{
119119
"env": {
120-
"username": "your_username",
121120
"db_name": "your_database_name",
122121
"chat_api_provider": "openai",
123122
"chat_api_url": "https://api.openai.com/v1",
@@ -132,7 +131,6 @@ information on how to use it.
132131
```
133132

134133
Where:
135-
- `username`: ArangoDB database user with permissions to create and modify collections
136134
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
137135
- `chat_api_provider`: API provider for language model services
138136
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -162,7 +160,6 @@ while OpenAI is used for the embedding model.
162160
{
163161
"env": {
164162
"db_name": "your_database_name",
165-
"username": "your_username",
166163
"chat_api_provider": "openai",
167164
"embedding_api_provider": "openai",
168165
"chat_api_url": "https://openrouter.ai/api/v1",
@@ -176,7 +173,6 @@ while OpenAI is used for the embedding model.
176173
```
177174

178175
Where:
179-
- `username`: ArangoDB database user with permissions to access collections
180176
- `db_name`: Name of the ArangoDB database where the knowledge graph is stored
181177
- `chat_api_provider`: API provider for language model services
182178
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -206,7 +202,6 @@ service using the below configuration:
206202
```json
207203
{
208204
"env": {
209-
"username": "your_username",
210205
"db_name": "your_database_name",
211206
"chat_api_provider": "triton",
212207
"embedding_api_provider": "triton",
@@ -219,7 +214,6 @@ service using the below configuration:
219214
```
220215

221216
Where:
222-
- `username`: ArangoDB database user with permissions to create and modify collections
223217
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
224218
- `chat_api_provider`: Specifies which LLM provider to use for language model services
225219
- `embedding_api_provider`: API provider for embedding model services (e.g., "triton")

site/content/ai-suite/reference/retriever.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ information on how to use it.
107107
```json
108108
{
109109
"env": {
110-
"username": "your_username",
111110
"db_name": "your_database_name",
112111
"chat_api_provider": "openai",
113112
"chat_api_url": "https://api.openai.com/v1",
@@ -122,7 +121,6 @@ information on how to use it.
122121
```
123122

124123
Where:
125-
- `username`: ArangoDB database user with permissions to create and modify collections
126124
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
127125
- `chat_api_provider`: API provider for language model services
128126
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -152,7 +150,6 @@ OpenAI is used for the embedding model.
152150
{
153151
"env": {
154152
"db_name": "your_database_name",
155-
"username": "your_username",
156153
"chat_api_provider": "openai",
157154
"embedding_api_provider": "openai",
158155
"chat_api_url": "https://openrouter.ai/api/v1",
@@ -166,7 +163,6 @@ OpenAI is used for the embedding model.
166163
```
167164

168165
Where:
169-
- `username`: ArangoDB database user with permissions to access collections
170166
- `db_name`: Name of the ArangoDB database where the knowledge graph is stored
171167
- `chat_api_provider`: API provider for language model services
172168
- `embedding_api_provider`: API provider for embedding model services
@@ -195,7 +191,6 @@ service using the below configuration:
195191
```json
196192
{
197193
"env": {
198-
"username": "your_username",
199194
"db_name": "your_database_name",
200195
"chat_api_provider": "triton",
201196
"embedding_api_provider": "triton",
@@ -208,7 +203,6 @@ service using the below configuration:
208203
```
209204

210205
Where:
211-
- `username`: ArangoDB database user with permissions to create and modify collections
212206
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
213207
- `chat_api_provider`: Specifies which LLM provider to use for language model services
214208
- `embedding_api_provider`: API provider for embedding model services (e.g., "triton")

0 commit comments

Comments
 (0)