langchain/libs
ccurme ed797e17fb
anthropic[patch]: always return content blocks if citations are generated (#29398)
We currently return string (and therefore no content blocks / citations)
if the response is of the form
```
[
    {"text": "a claim", "citations": [...]},
]
```

There are other cases where we do return citations as-is:
```
[
    {"text": "a claim", "citations": [...]},
    {"text": "some other text"},
    {"text": "another claim", "citations": [...]},
]
```
Here we update to return content blocks including citations in the first
case as well.
2025-01-23 18:47:23 -05:00
..
cli cli[patch]: fix anchor links in templates (#29178) 2025-01-13 18:28:18 +00:00
community community: missing mandatory parameter partition_key for AzureCosmosDBNoSqlVectorSearch (#29382) 2025-01-23 10:05:10 -05:00
core core: Cache RunnableLambda __repr__ (#29199) 2025-01-23 18:34:47 +00:00
experimental experimental: migrate to external repo (#26879) 2024-09-25 19:02:19 -07:00
langchain langchain[patch]: support ollama in init_embeddings (#29349) 2025-01-22 14:47:12 +00:00
partners anthropic[patch]: always return content blocks if citations are generated (#29398) 2025-01-23 18:47:23 -05:00
standard-tests standard-tests: release 0.3.9 (#29356) 2025-01-22 09:46:19 -08:00
text-splitters text-splitters[patch]: delete unused html_chunks_with_headers.xslt (#29340) 2025-01-23 11:29:08 -05:00
packages.yml docs: fix title rendered for integration package (#29387) 2025-01-23 12:21:19 -05:00