We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f91cd commit 47153aaCopy full SHA for 47153aa
baseai/memory/memory-sg-docs-live/index.ts
@@ -8,7 +8,7 @@ const memoryDocs = (): MemoryI => ({
8
include: ['**/*.mdx'],
9
gitignore: true,
10
embeddedAt: '',
11
- deployedAt: '991adaca79bf5ae569e1cea4b72ea90c640995e0'
+ deployedAt: ''
12
},
13
documents: {
14
meta: doc => {
scripts/langbase-create-memory.ts
@@ -9,7 +9,7 @@ async function main() {
const memory = await langbase.memories.create({
name: 'memory-sg-docs-live',
description: 'An AI memory storing all Sourcegraph docs.',
- chunk_size: 10000,
+ chunk_size: 30000,
});
15
console.log('Memory created:', memory);
0 commit comments