@@ -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
134133Where:
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
178175Where:
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
221216Where:
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")
0 commit comments