langchain-cohere: 0.2.2#

chains#

chat_models#

chat_models.ChatCohere

Implements the BaseChatModel (and BaseLanguageModel) interface with Cohere's large language models.

common#

common.CohereCitation(start,ย end,ย text,ย ...)

Cohere has fine-grained citations that specify the exact part of text.

csv_agent#

embeddings#

embeddings.CohereEmbeddings

Implements the Embeddings interface with Cohere's text representation language models.

llms#

llms.BaseCohere

Base class for Cohere models.

llms.Cohere

Cohere large language models.

rag_retrievers#

rag_retrievers.CohereRagRetriever

Cohere Chat API with RAG.

react_multi_hop#

react_multi_hop.parsing.CohereToolsReactAgentOutputParser

Parses a message into agent actions/finish.

rerank#

rerank.CohereRerank

Document compressor that uses Cohere Rerank API.

sql_agent#