blob: 254a19a67df20f6f3c9758bb81732a831e092eda [file]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
package i18n
const (
InfoName = "plugin.pgvector_search.backend.info.name"
InfoDescription = "plugin.pgvector_search.backend.info.description"
ConfigDSNTitle = "plugin.pgvector_search.backend.config.dsn.title"
ConfigDSNDescription = "plugin.pgvector_search.backend.config.dsn.description"
ConfigAPIHostTitle = "plugin.pgvector_search.backend.config.api_host.title"
ConfigAPIHostDescription = "plugin.pgvector_search.backend.config.api_host.description"
ConfigAPIKeyTitle = "plugin.pgvector_search.backend.config.api_key.title"
ConfigAPIKeyDescription = "plugin.pgvector_search.backend.config.api_key.description"
ConfigEmbeddingModelTitle = "plugin.pgvector_search.backend.config.embedding_model.title"
ConfigEmbeddingModelDescription = "plugin.pgvector_search.backend.config.embedding_model.description"
ConfigEmbeddingLevelTitle = "plugin.pgvector_search.backend.config.embedding_level.title"
ConfigEmbeddingLevelDescription = "plugin.pgvector_search.backend.config.embedding_level.description"
ConfigEmbeddingLevelOptionQuestion = "plugin.pgvector_search.backend.config.embedding_level.options.question"
ConfigEmbeddingLevelOptionAnswer = "plugin.pgvector_search.backend.config.embedding_level.options.answer"
ConfigSimilarityThresholdTitle = "plugin.pgvector_search.backend.config.similarity_threshold.title"
ConfigSimilarityThresholdDescription = "plugin.pgvector_search.backend.config.similarity_threshold.description"
)