Skip to content

Commit

Permalink
align default w/ python
Browse files Browse the repository at this point in the history
  • Loading branch information
mfortman11 committed Feb 1, 2024
1 parent 733f74a commit 8d34e13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class AstraDBVectorStore implements VectorStore {
}

this.idKey = init?.idKey ?? "_id";
this.contentKey = init?.contentKey ?? "text";
this.contentKey = init?.contentKey ?? "content";
this.metadataKey = init?.metadataKey ?? "metadata";
}

Expand Down

0 comments on commit 8d34e13

Please sign in to comment.