Skip to content

Commit a32d841

Browse files
nerpaulaaMahanna
authored andcommitted
Apply suggestions from code review
Co-authored-by: Anthony Mahanna <[email protected]>
1 parent a4dd3b5 commit a32d841

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ information on how to use it.
107107
"db_name": "your_database_name",
108108
"chat_api_provider": "openai",
109109
"chat_api_url": "https://api.openai.com/v1",
110+
"embedding_api_provider": "openai",
110111
"embedding_api_url": "https://api.openai.com/v1",
111112
"chat_model": "gpt-4o",
112113
"embedding_model": "text-embedding-3-small",
@@ -120,6 +121,7 @@ Where:
120121
- `username`: ArangoDB database user with permissions to create and modify collections
121122
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
122123
- `chat_api_provider`: API provider for language model services
124+
- `embeddinga_api_provider`: API provider for embedding model services
123125
- `embedding_api_url`: API endpoint URL for the embedding model service
124126
- `chat_model`: Specific language model to use for text generation and analysis
125127
- `embedding_model`: Specific model to use for generating text embeddings
@@ -162,6 +164,7 @@ Where:
162164
- `username`: ArangoDB database user with permissions to access collections
163165
- `db_name`: Name of the ArangoDB database where the knowledge graph is stored
164166
- `chat_api_provider`: API provider for language model services
167+
- `embedding_api_provider`: API provider for embedding model services
165168
- `embedding_api_url`: API endpoint URL for the embedding model service
166169
- `chat_model`: Specific language model to use for text generation and analysis
167170
- `embedding_model`: Specific model to use for generating text embeddings

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ information on how to use it.
9898
"db_name": "your_database_name",
9999
"chat_api_provider": "openai",
100100
"chat_api_url": "https://api.openai.com/v1",
101+
"embedding_api_provider": "openai",
101102
"embedding_api_url": "https://api.openai.com/v1",
102103
"chat_model": "gpt-4o",
103104
"embedding_model": "text-embedding-3-small",
@@ -111,6 +112,7 @@ Where:
111112
- `username`: ArangoDB database user with permissions to create and modify collections
112113
- `db_name`: Name of the ArangoDB database where the knowledge graph will be stored
113114
- `chat_api_provider`: API provider for language model services
115+
- `emebdding_api_provider`: API provider for embedding model services
114116
- `embedding_api_url`: API endpoint URL for the embedding model service
115117
- `chat_model`: Specific language model to use for text generation and analysis
116118
- `embedding_model`: Specific model to use for generating text embeddings
@@ -153,6 +155,7 @@ Where:
153155
- `username`: ArangoDB database user with permissions to access collections
154156
- `db_name`: Name of the ArangoDB database where the knowledge graph is stored
155157
- `chat_api_provider`: API provider for language model services
158+
- `embedding_api_provider`: API provider for embedding model services
156159
- `embedding_api_url`: API endpoint URL for the embedding model service
157160
- `chat_model`: Specific language model to use for text generation and analysis
158161
- `embedding_model`: Specific model to use for generating text embeddings

0 commit comments

Comments
 (0)