3 references to DocumentIdName
Microsoft.Extensions.DataIngestion (3)
Writers\VectorStoreWriter.cs (3)
85
[
DocumentIdName
] = chunk.Document.Identifier,
136
new VectorStoreDataProperty(
DocumentIdName
, typeof(string))
181
filter: record => (string)record[
DocumentIdName
]! == document.Identifier,