Skip to content

Release v2.1.1

Choose a tag to compare

@github-actions github-actions released this 14 Nov 20:35
758cca0
fix: Add "path" field to RetrievedChunk (#164)

To stay in line with the API ([private repo
ref](https://github.com/cohere-ai/compass/blob/main/api/src/api/model.py#L74)),
I am adding the `path` attribute to the RetrievedChunk. This should
solve an issue where a call to `get_document` doesn't set the `path`
field in the chunks for the user, even though the API is returning it.