Questions to existing solution #2906
-
|
Hi Question 1: Question 2: Regards Dorteè |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
For crawling a website, I have a branch where I've crawled my blog, exported the pages as HTML, and then indexed them using the local HTMLParser: So we don't have formal support for it, but with some code changes, you can do it. For indexing images in documents, yes, we have support for that: |
Beta Was this translation helpful? Give feedback.
For crawling a website, I have a branch where I've crawled my blog, exported the pages as HTML, and then indexed them using the local HTMLParser:
main...pamelafox:azure-search-openai-demo:myblog#diff-698c336369ba3b993abd44ce2dd68cbce09eb3a120d58d8f6e2bc92fb62b9b04R1
So we don't have formal support for it, but with some code changes, you can do it.
For indexing images in documents, yes, we have support for that:
https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/multimodal.md