Skip to content

Commit 47153aa

Browse files
committed
🐛 FIX: memory scratch
1 parent 95f91cd commit 47153aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

baseai/memory/memory-sg-docs-live/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const memoryDocs = (): MemoryI => ({
88
include: ['**/*.mdx'],
99
gitignore: true,
1010
embeddedAt: '',
11-
deployedAt: '991adaca79bf5ae569e1cea4b72ea90c640995e0'
11+
deployedAt: ''
1212
},
1313
documents: {
1414
meta: doc => {

scripts/langbase-create-memory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function main() {
99
const memory = await langbase.memories.create({
1010
name: 'memory-sg-docs-live',
1111
description: 'An AI memory storing all Sourcegraph docs.',
12-
chunk_size: 10000,
12+
chunk_size: 30000,
1313
});
1414

1515
console.log('Memory created:', memory);

0 commit comments

Comments
 (0)