You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mempirate
changed the title
Bug: record.WithMetadatas fails because of assignment to nil map
Bug: types.WithMetadatas fails because of assignment to nil map
Jan 26, 2025
The
WithMetadatas(md)
record option fails, because it is trying to set a value on an uninitialized map:chroma-go/types/record.go
Lines 39 to 51 in 1b1e6ef
The map should be initialized like in
WithMetadata
:chroma-go/types/record.go
Lines 53 to 66 in 1b1e6ef
The text was updated successfully, but these errors were encountered: