change document to text and binary content
Some checks failed
Build and release / Build (push) Failing after 1m12s
Build and release / update-release-draft (push) Has been skipped
Build and release / Release (push) Has been skipped

This commit is contained in:
Morten Olsen
2025-12-10 22:06:15 +01:00
parent 25f614a730
commit 1255639058
7 changed files with 40 additions and 20 deletions

View File

@@ -11,21 +11,21 @@ const documents: DocumentUpsert[] = [
foo: 'bar',
},
type: 'demo',
content: 'the cat is yellow',
text: 'the cat is yellow',
},
{
metadata: {
foo: 'bar',
},
type: 'demo',
content: 'the dog is blue',
text: 'the dog is blue',
},
{
metadata: {
foo: 'baz',
},
source: 'test',
content: 'the pig says hi',
text: 'the pig says hi',
type: 'demo',
},
];