CohereCitation#

class langchain_cohere.common.CohereCitation(start: int, end: int, text: str, documents: List[Mapping[str, Any]], document_ids: Set[str])[source]#

Cohere 提供了细粒度的引用,可以指定文本的确切部分。 更多信息请访问 https://docs.cohere.com/docs/documents-and-citations

属性

方法

__init__(start, end, text, documents, ...)

Parameters:
  • start (int)

  • end (int)

  • 文本 (str)

  • 文档 (列表[映射[字符串, 任意类型]])

  • document_ids (Set[str])

__init__(start: int, end: int, text: str, documents: List[Mapping[str, Any]], document_ids: Set[str]) None#
Parameters:
  • start (int)

  • end (int)

  • 文本 (str)

  • 文档 (列表[映射[字符串, 任意]])

  • document_ids (Set[str])

Return type: