fix: Minor glossary text duplication

This commit is contained in:
Omar Ajoue
2024-05-27 11:24:35 +01:00
parent ecf9069a4f
commit bf871b072d

View File

@@ -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.