From bf871b072d50197ef464b724727f4ceed958e005 Mon Sep 17 00:00:00 2001 From: Omar Ajoue Date: Mon, 27 May 2024 11:24:35 +0100 Subject: [PATCH] fix: Minor glossary text duplication --- _glossary/ai-glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_glossary/ai-glossary.md b/_glossary/ai-glossary.md index 4cd0d45d6..475493468 100644 --- a/_glossary/ai-glossary.md +++ b/_glossary/ai-glossary.md @@ -1,5 +1,5 @@ *[completion]: Completions are the responses generated by a model like GPT. *[hallucinations]: Hallucination in AI is when an LLM (large language model) mistakenly perceives patterns or objects that don't exist. *[vector database]: A vector database stores mathematical representations of information. Use with embeddings and retrievers to create a database that your AI can access when answering questions. -*[vector store]: A vector store, or vector database, stores mathematical representations of information. Use with embeddings and retrievers. Use with embeddings and retrievers to create a database that your AI can access when answering questions. +*[vector store]: A vector store, or vector database, stores mathematical representations of information. Use with embeddings and retrievers to create a database that your AI can access when answering questions.