Skip to content

Commit 1258f72

Browse files
committed
remove username from startup parameters
1 parent 7f1f494 commit 1258f72

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

site/content/3.12/data-science/graphrag/services/importer.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ information on how to use it.
119119
```json
120120
{
121121
"env": {
122-
"username": "your_username",
123122
"db_name": "your_database_name",
124123
"chat_api_provider": "openai",
125124
"chat_api_url": "https://api.openai.com/v1",
@@ -134,7 +133,6 @@ information on how to use it.
134133
```
135134

136135
Where:
137-
- `username`: ArangoDB database user with permissions to create and modify collections
138136
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
139137
- `chat_api_provider`: API provider for language model services
140138
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -164,7 +162,6 @@ while OpenAI is used for the embedding model.
164162
{
165163
"env": {
166164
"db_name": "your_database_name",
167-
"username": "your_username",
168165
"chat_api_provider": "openai",
169166
"embedding_api_provider": "openai",
170167
"chat_api_url": "https://openrouter.ai/api/v1",
@@ -178,7 +175,6 @@ while OpenAI is used for the embedding model.
178175
```
179176

180177
Where:
181-
- `username`: ArangoDB database user with permissions to access collections
182178
- `db_name`: Name of the ArangoDB database where the knowledge graph is stored
183179
- `chat_api_provider`: API provider for language model services
184180
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -208,7 +204,6 @@ service using the below configuration:
208204
```json
209205
{
210206
"env": {
211-
"username": "your_username",
212207
"db_name": "your_database_name",
213208
"chat_api_provider": "triton",
214209
"embedding_api_provider": "triton",
@@ -221,7 +216,6 @@ service using the below configuration:
221216
```
222217

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

site/content/3.12/data-science/graphrag/services/retriever.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ information on how to use it.
110110
```json
111111
{
112112
"env": {
113-
"username": "your_username",
114113
"db_name": "your_database_name",
115114
"chat_api_provider": "openai",
116115
"chat_api_url": "https://api.openai.com/v1",
@@ -125,7 +124,6 @@ information on how to use it.
125124
```
126125

127126
Where:
128-
- `username`: ArangoDB database user with permissions to create and modify collections
129127
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
130128
- `chat_api_provider`: API provider for language model services
131129
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -155,7 +153,6 @@ OpenAI is used for the embedding model.
155153
{
156154
"env": {
157155
"db_name": "your_database_name",
158-
"username": "your_username",
159156
"chat_api_provider": "openai",
160157
"embedding_api_provider": "openai",
161158
"chat_api_url": "https://openrouter.ai/api/v1",
@@ -169,7 +166,6 @@ OpenAI is used for the embedding model.
169166
```
170167

171168
Where:
172-
- `username`: ArangoDB database user with permissions to access collections
173169
- `db_name`: Name of the ArangoDB database where the knowledge graph is stored
174170
- `chat_api_provider`: API provider for language model services
175171
- `embedding_api_provider`: API provider for embedding model services
@@ -198,7 +194,6 @@ service using the below configuration:
198194
```json
199195
{
200196
"env": {
201-
"username": "your_username",
202197
"db_name": "your_database_name",
203198
"chat_api_provider": "triton",
204199
"embedding_api_provider": "triton",
@@ -211,7 +206,6 @@ service using the below configuration:
211206
```
212207

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

site/content/3.13/data-science/graphrag/services/importer.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ information on how to use it.
119119
```json
120120
{
121121
"env": {
122-
"username": "your_username",
123122
"db_name": "your_database_name",
124123
"chat_api_provider": "openai",
125124
"chat_api_url": "https://api.openai.com/v1",
@@ -134,7 +133,6 @@ information on how to use it.
134133
```
135134

136135
Where:
137-
- `username`: ArangoDB database user with permissions to create and modify collections
138136
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
139137
- `chat_api_provider`: API provider for language model services
140138
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -164,7 +162,6 @@ while OpenAI is used for the embedding model.
164162
{
165163
"env": {
166164
"db_name": "your_database_name",
167-
"username": "your_username",
168165
"chat_api_provider": "openai",
169166
"embedding_api_provider": "openai",
170167
"chat_api_url": "https://openrouter.ai/api/v1",
@@ -178,7 +175,6 @@ while OpenAI is used for the embedding model.
178175
```
179176

180177
Where:
181-
- `username`: ArangoDB database user with permissions to access collections
182178
- `db_name`: Name of the ArangoDB database where the knowledge graph is stored
183179
- `chat_api_provider`: API provider for language model services
184180
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -208,7 +204,6 @@ service using the below configuration:
208204
```json
209205
{
210206
"env": {
211-
"username": "your_username",
212207
"db_name": "your_database_name",
213208
"chat_api_provider": "triton",
214209
"embedding_api_provider": "triton",
@@ -221,7 +216,6 @@ service using the below configuration:
221216
```
222217

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

site/content/3.13/data-science/graphrag/services/retriever.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ information on how to use it.
110110
```json
111111
{
112112
"env": {
113-
"username": "your_username",
114113
"db_name": "your_database_name",
115114
"chat_api_provider": "openai",
116115
"chat_api_url": "https://api.openai.com/v1",
@@ -125,7 +124,6 @@ information on how to use it.
125124
```
126125

127126
Where:
128-
- `username`: ArangoDB database user with permissions to create and modify collections
129127
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
130128
- `chat_api_provider`: API provider for language model services
131129
- `chat_api_url`: API endpoint URL for the chat/language model service
@@ -155,7 +153,6 @@ OpenAI is used for the embedding model.
155153
{
156154
"env": {
157155
"db_name": "your_database_name",
158-
"username": "your_username",
159156
"chat_api_provider": "openai",
160157
"embedding_api_provider": "openai",
161158
"chat_api_url": "https://openrouter.ai/api/v1",
@@ -169,7 +166,6 @@ OpenAI is used for the embedding model.
169166
```
170167

171168
Where:
172-
- `username`: ArangoDB database user with permissions to access collections
173169
- `db_name`: Name of the ArangoDB database where the knowledge graph is stored
174170
- `chat_api_provider`: API provider for language model services
175171
- `embedding_api_provider`: API provider for embedding model services
@@ -198,7 +194,6 @@ service using the below configuration:
198194
```json
199195
{
200196
"env": {
201-
"username": "your_username",
202197
"db_name": "your_database_name",
203198
"chat_api_provider": "triton",
204199
"embedding_api_provider": "triton",
@@ -211,7 +206,6 @@ service using the below configuration:
211206
```
212207

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

0 commit comments

Comments
 (0)