conare 0.1.2 → 0.1.4
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1009,7 +1009,7 @@ function indexCodebase(rootPath) {
|
|
|
1009
1009
|
|
|
1010
1010
|
// src/api.ts
|
|
1011
1011
|
var API_URL = "https://mcp.conare.ai";
|
|
1012
|
-
function createUploadBatches(memories, maxItems =
|
|
1012
|
+
function createUploadBatches(memories, maxItems = 96, maxChars = 1500000) {
|
|
1013
1013
|
const batches = [];
|
|
1014
1014
|
let current = [];
|
|
1015
1015
|
let currentChars = 0;
|