Skip to content

Conversation

@tzolov
Copy link
Contributor

@tzolov tzolov commented Nov 20, 2024

  • Added Jackson annotations for JSON property handling in Chroma API request/response records.
    Use @JsonInclude(JsonInclude.Include.NON_NULL) to ignore empty fields such as null where.
    Use @JsonProperty(XYZ) to provide a strong contract with the Cohere API.
  • Updated the Docker image for running Chroma locally and in tests to version 0.5.20.
  • Enhanced methods with non-null assertions for improved code safety.
  • Added a simple search test to verify document similarity search functionality.

- Added Jackson annotations for JSON property handling in Chroma API request/response records.
  Use @JsonInclude(JsonInclude.Include.NON_NULL) to ignore empty fields such as null where.
  Use @JsonProperty(XYZ) to provide a strong contract with the Cohere API.
- Updated the Docker image for running Chroma locally and in tests to version 0.5.20.
- Enhanced  methods with non-null assertions for improved code safety.
- Added a simple search test to verify document similarity search functionality.
@markpollack
Copy link
Member

merged in 52999b4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants