New vector search quickstart #13761
Annotations
5 errors
Run snippets 5000 for PR:
docs/ai/quickstarts/snippets/chat-with-data/azure-openai/Program.cs#L66
D:\a\docs\docs\docs\ai\quickstarts\snippets\chat-with-data\azure-openai\Program.cs(66,30): error CS1579: foreach statement cannot operate on variables of type 'IVectorStoreRecordCollection<int, CloudService>' because 'IVectorStoreRecordCollection<int, CloudService>' does not contain a public instance or extension definition for 'GetEnumerator' [D:\a\docs\docs\docs\ai\quickstarts\snippets\chat-with-data\azure-openai\VectorDataAI.csproj]
|
Run snippets 5000 for PR:
docs/ai/quickstarts/snippets/chat-with-data/azure-openai/Program.cs#L66
D:\a\docs\docs\docs\ai\quickstarts\snippets\chat-with-data\azure-openai\Program.cs(66,14): error CS0136: A local or parameter named 'cloudService' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter [D:\a\docs\docs\docs\ai\quickstarts\snippets\chat-with-data\azure-openai\VectorDataAI.csproj]
|
Run snippets 5000 for PR:
docs/ai/quickstarts/snippets/chat-with-data/openai/Program.cs#L64
D:\a\docs\docs\docs\ai\quickstarts\snippets\chat-with-data\openai\Program.cs(64,30): error CS1579: foreach statement cannot operate on variables of type 'IVectorStoreRecordCollection<int, CloudService>' because 'IVectorStoreRecordCollection<int, CloudService>' does not contain a public instance or extension definition for 'GetEnumerator' [D:\a\docs\docs\docs\ai\quickstarts\snippets\chat-with-data\openai\VectorDataAI.csproj]
|
Run snippets 5000 for PR:
docs/ai/quickstarts/snippets/chat-with-data/openai/Program.cs#L64
D:\a\docs\docs\docs\ai\quickstarts\snippets\chat-with-data\openai\Program.cs(64,14): error CS0136: A local or parameter named 'cloudService' cannot be declared in this scope because that name is used in an enclosing local scope to define a local or parameter [D:\a\docs\docs\docs\ai\quickstarts\snippets\chat-with-data\openai\VectorDataAI.csproj]
|
Run snippets 5000 for PR
Process completed with exit code 1.
|
Loading