Skip to content

New vector search quickstart #13761

New vector search quickstart

New vector search quickstart #13761

Triggered via pull request December 12, 2024 22:54
Status Failure
Total duration 2m 1s
Artifacts

snippets5000.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
snippets-build: 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]
snippets-build: 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]
snippets-build: 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]
snippets-build: 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]
snippets-build
Process completed with exit code 1.