00:00

QUESTION 1

What is LangChain?

Correct Answer: B

QUESTION 2

How do Dot Product and Cosine Distance differ in their application to comparing text embeddings in natural language processing?

Correct Answer: C

QUESTION 3

Given the following code: chain = prompt | llm
Which statement is true about LangChain Expression Language (LCEL)?

Correct Answer: C

QUESTION 4

Analyze the user prompts provided to a language model. Which scenario exemplifies prompt injection (jailbreaking)?

Correct Answer: A

QUESTION 5

What do prompt templates use for templating in language model applications?

Correct Answer: B