chromadb 1.7.3-beta4 → 1.7.3-beta5
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,7 +2082,6 @@ var ChromaClient = class {
|
|
|
2082
2082
|
if (embeddingFunction === void 0) {
|
|
2083
2083
|
embeddingFunction = new DefaultEmbeddingFunction();
|
|
2084
2084
|
}
|
|
2085
|
-
console.log("getOrCreateCollection embeddingFunction", embeddingFunction);
|
|
2086
2085
|
const newCollection = await this.api.createCollection({
|
|
2087
2086
|
name,
|
|
2088
2087
|
metadata,
|
package/dist/chromadb.mjs
CHANGED
|
@@ -2082,7 +2082,6 @@ var ChromaClient = class {
|
|
|
2082
2082
|
if (embeddingFunction === void 0) {
|
|
2083
2083
|
embeddingFunction = new DefaultEmbeddingFunction();
|
|
2084
2084
|
}
|
|
2085
|
-
console.log("getOrCreateCollection embeddingFunction", embeddingFunction);
|
|
2086
2085
|
const newCollection = await this.api.createCollection({
|
|
2087
2086
|
name,
|
|
2088
2087
|
metadata,
|