adhurwit / SemanticQuestion10K

Ask questions to a 10K report and get answers using Microsoft Semantic Kernel and Azure OpenAI Service
MIT License
56 stars 17 forks source link

Is "Vectors not found" warning message expected? #4

Open larrynchen opened 1 year ago

larrynchen commented 1 year ago

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#
adhurwit commented 1 year ago

that is not by design