1 write to _keysAreStrings
Microsoft.Extensions.DataIngestion (1)
Writers\VectorStoreWriter.cs (1)
51
_keysAreStrings
= vectorStore.GetType().Name != "QdrantVectorStore";
2 references to _keysAreStrings
Microsoft.Extensions.DataIngestion (2)
Writers\VectorStoreWriter.cs (2)
88
[KeyName] =
_keysAreStrings
? key.ToString() : key,
132
new VectorStoreKeyProperty(KeyName,
_keysAreStrings
? typeof(string) : typeof(Guid)),