When does a chain typically interact with memory in a run within the LangChain framework?
Which is a distinctive feature of GPUs in Dedicated AI Clusters used for generative AI tasks?
How does the structure of vector databases differ from traditional relational databases?
Which statement accurately reflects the differences between these approaches in terms of the number of parameters modified and the type of data used?
Analyze the user prompts provided to a language model. Which scenario exemplifies prompt injection (jailbreaking)?
What is the primary purpose of LangSmith Tracing?
How does a presence penalty function in language model generation when using OCI Generative AI service?
What is the purpose of the "stop sequence" parameter in the OCI Generative AI Generation models?
Why is it challenging to apply diffusion models to text generation?
You create a fine-tuning dedicated AI cluster to customize a foundational model with your custom training data. How many unit hours are required for fine-tuning if the cluster is active for 10 days?
What does "Loss" measure in the evaluation of OCI Generative AI fine-tuned models?
What is the purpose of Retrieval Augmented Generation (RAG) in text generation?
Which is NOT a category of pretrained foundational models available in the OCI Generative AI service?
What is the characteristic of T-Few fine-tuning for Large Language Models (LLMs)?
What is the primary function of the "temperature" parameter in the OCI Generative AI Generation models?
How are chains traditionally created in LangChain?
What does the term "hallucination" refer to in the context of Large Language Models (LLMs)?
Given the following code block:
history = StreamlitChatMessageHistory(key="chat_messages")
memory = ConversationBufferMemory(chat_memory=history)
Which statement is NOT true about StreamlitChatMessageHistory?
Which is NOT a built-in memory type in LangChain?
What is the role of temperature in the decoding process of a Large Language Model (LLM)?
What does the Ranker do in a text generation system?
What is the purpose of frequency penalties in language model outputs?
What is the function of the Generator in a text generation system?
When should you use the T-Few fine-tuning method for training a model?
Why is normalization of vectors important before indexing in a hybrid search system?
How does the temperature setting in a decoding algorithm influence the probability distribution over the vocabulary?