'Deleting the dataset is irreversible. Users will no longer be able to access your dataset, and all prompt configurations and logs will be permanently deleted.',
datasetDeleted:'Dataset deleted',
datasetDeleteFailed:'Failed to delete dataset',
didYouKnow:'Did you know?',
intro1:'The dataset can be integrated into the Dify application ',
intro2:'as a context',
intro3:',',
intro4:'or it ',
intro5:'can be created',
intro6:' as a standalone ChatGPT index plug-in to publish',
description:'Generate query embeddings and search for the text chunk most similar to its vector representation.',
},
full_text_search:{
title:'Full-Text Search',
description:'Index all terms in the document, allowing users to search any term and retrieve relevant text chunk containing those terms.',
},
hybrid_search:{
title:'Hybrid Search',
description:'Execute full-text search and vector searches simultaneously, re-rank to select the best match for the user\'s query. Configuration of the Rerank model APIis necessary.',
recommend:'Recommend',
},
invertedIndex:{
title:'Inverted Index',
description:'Inverted Index is a structure used for efficient retrieval. Organized by terms, each term points to documents or web pages containing it.',