chroma-go icon indicating copy to clipboard operation
chroma-go copied to clipboard

A Go client for ChromaDB

Results 8 chroma-go issues
Sort by recently updated
recently updated
newest added

This PR allows chroma-go to run in the browser as a WASM module. Refs: #55

I run Demo, but I find the Metadata taken from Chroma is inconsistent. Is it a bug? this is a log: ```golang col, _ := client.CreateCollection(collectionName, metadata, true, embeddingFunction, distanceFunction)...

bug

https://github.com/amikos-tech/chroma-go/blob/main/main.go#L61 Now this `NewClient` do not provides any options to let user customize the configurations like ` log level` especially

Ref: https://github.com/jidicula/random-standup/blob/main/.github/workflows/release-draft.yml