chromadb 1.7.3-beta2 → 1.7.3-beta4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2082,6 +2082,7 @@ var ChromaClient = class {
2082
2082
  if (embeddingFunction === void 0) {
2083
2083
  embeddingFunction = new DefaultEmbeddingFunction();
2084
2084
  }
2085
+ console.log("getOrCreateCollection embeddingFunction", embeddingFunction);
2085
2086
  const newCollection = await this.api.createCollection({
2086
2087
  name,
2087
2088
  metadata,
package/dist/chromadb.mjs CHANGED
@@ -2082,6 +2082,7 @@ var ChromaClient = class {
2082
2082
  if (embeddingFunction === void 0) {
2083
2083
  embeddingFunction = new DefaultEmbeddingFunction();
2084
2084
  }
2085
+ console.log("getOrCreateCollection embeddingFunction", embeddingFunction);
2085
2086
  const newCollection = await this.api.createCollection({
2086
2087
  name,
2087
2088
  metadata,