I was able to install and get everything running, but I’m stuck at the index/schema level for both legal-policy-index and supplier-insights-index.
azure.core.exceptions.ResourceNotFoundError: () The index 'legal-policy-index' for service 'srch-dev-XXX' was not found. Code: Message: The index 'legal-policy-index' for service 'srch-dev-XXX' was not found.
I tried creating indexes with the samples under src/documents/sample-docs/index-creation to define my index fields, but my schemas keep failing. That folder contains PDFs, how does that help us?
Can someone share a known-working example (especially for embedding/vector search + metadata fields) or point out what a minimal valid schema looks like?
I was able to install and get everything running, but I’m stuck at the index/schema level for both
legal-policy-indexandsupplier-insights-index.I tried creating indexes with the samples under src/documents/sample-docs/index-creation to define my index fields, but my schemas keep failing. That folder contains PDFs, how does that help us?
Can someone share a known-working example (especially for embedding/vector search + metadata fields) or point out what a minimal valid schema looks like?