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