aaron-puhl

Results 1 comments of aaron-puhl

The id in "SaveInformationAsync" is not used as the id in Qdrant. See in QdrantMemoryStore: ``` var existingRecord = await this._qdrantClient.GetVectorByPayloadIdAsync( collectionName, record.Metadata.Id, cancellationToken: cancellationToken) .ConfigureAwait(false); if (existingRecord != null)...