You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data_ingestion.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The chat app provides two ways to ingest data: manual indexing and integrated ve
14
14
-[Indexing of additional documents](#indexing-of-additional-documents)
15
15
-[Removal of documents](#removal-of-documents)
16
16
-[Scheduled indexing](#scheduled-indexing)
17
+
-[Debugging tips](#debugging-tips)
17
18
18
19
## Manual indexing process
19
20
@@ -101,3 +102,30 @@ The Azure AI Search indexer will take care of removing those documents from the
101
102
### Scheduled indexing
102
103
103
104
If you would like the indexer to run automatically, you can set it up to [run on a schedule](https://learn.microsoft.com/azure/search/search-howto-schedule-indexers).
105
+
106
+
## Debugging tips
107
+
108
+
If you are not sure if a file successfully uploaded, you can query the index from the Azure Portal or from the REST API. Open the index and paste the queries below into the search bar.
0 commit comments