|
10 | 10 | "couldNotReadErrorBody": "Could not read error body", |
11 | 11 | "requestFailed": "Ollama API request failed with status {{status}} {{statusText}}: {{errorBody}}", |
12 | 12 | "invalidResponseStructure": "Invalid response structure from Ollama API: \"embeddings\" array not found or not an array.", |
13 | | - "embeddingFailed": "Ollama embedding failed: {{message}}" |
| 13 | + "embeddingFailed": "Ollama embedding failed: {{message}}", |
| 14 | + "serviceNotRunning": "Ollama service is not running at {{baseUrl}}", |
| 15 | + "serviceUnavailable": "Ollama service is unavailable (status: {{status}})", |
| 16 | + "modelNotFound": "Ollama model not found: {{modelId}}", |
| 17 | + "modelNotEmbeddingCapable": "Ollama model is not embedding capable: {{modelId}}", |
| 18 | + "hostNotFound": "Ollama host not found: {{baseUrl}}" |
14 | 19 | }, |
15 | 20 | "scanner": { |
16 | 21 | "unknownErrorProcessingFile": "Unknown error processing file {{filePath}}", |
|
19 | 24 | }, |
20 | 25 | "vectorStore": { |
21 | 26 | "qdrantConnectionFailed": "Failed to connect to Qdrant vector database. Please ensure Qdrant is running and accessible at {{qdrantUrl}}. Error: {{errorMessage}}" |
| 27 | + }, |
| 28 | + "validation": { |
| 29 | + "authenticationFailed": "Authentication failed. Please check your API key in the settings.", |
| 30 | + "connectionFailed": "Failed to connect to the embedder service. Please check your connection settings and ensure the service is running.", |
| 31 | + "modelNotAvailable": "The specified model is not available. Please check your model configuration.", |
| 32 | + "configurationError": "Invalid embedder configuration. Please review your settings.", |
| 33 | + "serviceUnavailable": "The embedder service is not available. Please ensure it is running and accessible.", |
| 34 | + "invalidEndpoint": "Invalid API endpoint. Please check your URL configuration." |
22 | 35 | } |
23 | 36 | } |
0 commit comments