adhurwit / SemanticQuestion10K

Ask questions to a 10K report and get answers using Microsoft Semantic Kernel and Azure OpenAI Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is "Vectors not found" warning message expected?

larrynchen opened this issue · comments

Hello,

I am getting the following warning when I ran this the first time with --parse. The callstack is as follows. It goes away for subsequent runs of the app. Is this by-design?

warn: object[0]
Vectors not found
sentence 199 saved

Microsoft.SemanticKernel.Connectors.Memory.Qdrant.dll!Microsoft.SemanticKernel.Connectors.Memory.Qdrant.QdrantVectorDbClient.GetVectorsByIdAsync(string collectionName, System.Collections.Generic.IEnumerable<string> pointIds, bool withVectors, System.Threading.CancellationToken cancellationToken) Line 92	C#
[Async Call Stack]
[Async] Microsoft.SemanticKernel.Connectors.Memory.Qdrant.dll!System.Linq.AsyncEnumerable.FirstOrDefaultAsync<Microsoft.SemanticKernel.Connectors.Memory.Qdrant.QdrantVectorRecord>(System.Collections.Generic.IAsyncEnumerable<Microsoft.SemanticKernel.Connectors.Memory.Qdrant.QdrantVectorRecord> source, System.Threading.CancellationToken cancellationToken) Line 41	C#
[Async] Microsoft.SemanticKernel.Connectors.Memory.Qdrant.dll!Microsoft.SemanticKernel.Connectors.Memory.Qdrant.QdrantMemoryStore.ConvertFromMemoryRecordAsync(string collectionName, Microsoft.SemanticKernel.Memory.MemoryRecord record, System.Threading.CancellationToken cancellationToken) Line 414	C#
[Async] Microsoft.SemanticKernel.Connectors.Memory.Qdrant.dll!Microsoft.SemanticKernel.Connectors.Memory.Qdrant.QdrantMemoryStore.UpsertAsync(string collectionName, Microsoft.SemanticKernel.Memory.MemoryRecord record, System.Threading.CancellationToken cancellationToken) Line 84	C#
[Async] Microsoft.SemanticKernel.Core.dll!Microsoft.SemanticKernel.Memory.SemanticTextMemory.SaveReferenceAsync(string collection, string text, string externalId, string externalSourceName, string description, string additionalMetadata, System.Threading.CancellationToken cancellationToken) Line 69	C#
[Async] SemanticQuestion10K.dll!SemanticQuestion10K.Program.ParseText(Microsoft.SemanticKernel.IKernel kernel, string kfile) Line 49	C#

that is not by design