new exports(options)
Parameters:
| Name | Type | Description |
|---|---|---|
options |
Object | Configuration options |
- Source:
| Name | Type | Description |
|---|---|---|
options |
Object | Configuration options |
| Name | Type | Description |
|---|---|---|
options |
Object | Configuration options |
Create a new HClaudeClientConnector
.Create a new HClaudeClientConnector
| Name | Type | Default | Description |
|---|---|---|---|
apiKey |
string | Claude API key |
|
defaultModel |
string | claude-3-opus-20240229 | Optional default model to use |
Create a new MistralConnector
.Create a new MistralConnector
| Name | Type | Default | Description |
|---|---|---|---|
apiKey |
string | Mistral API key |
|
baseUrl |
string | https://api.mistral.ai/v1 | Optional base URL for the API (defaults to 'https://api.mistral.ai/v1') |
defaultModel |
string | mistral-medium | Optional default model to use (defaults to 'mistral-medium') |
Create a new NomicConnector
.Create a new NomicConnector
| Name | Type | Default | Description |
|---|---|---|---|
apiKey |
string | null | Nomic API key (optional, will use NOMIC_API_KEY env var) |
defaultModel |
string | nomic-embed-text-v1.5 | Optional default model to use |
Create a new HOllamaClientConnector
.Create a new HOllamaClientConnector
| Name | Type | Default | Description |
|---|---|---|---|
baseUrl |
string | http://localhost:11434 | Optional base URL for Ollama API (defaults to http://localhost:11434) |
defaultModel |
string | qwen2:1.5b | Optional default model to use |
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
llmProvider |
LLMProvider | |||
chatModel |
string | |||
temperature |
number |
<optional> |
0.7 | |
options |
Object |
<optional> |
{} |
| Name | Type | Description | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Configuration options Properties
|
| Name | Type | Description |
|---|---|---|
updateEndpoint |
string | SPARQL update endpoint URL |
options |
Object | Configuration options |