Troubleshooting of Google Vertex AI Search in Mandarin: Difference between revisions

Jump to navigation Jump to search
Line 64: Line 64:
*# 前往 Google Cloud Console 的 API 與服務頁面。
*# 前往 Google Cloud Console 的 API 與服務頁面。
*# 搜尋 Discovery Engine API 並確保其已啟用。
*# 搜尋 Discovery Engine API 並確保其已啟用。
=== 疑難排解:儲存 Data Stores 時出現「Requested Entity Already Exists」錯誤 ===
'''錯誤訊息:'''
儲存網站規則時,出現以下錯誤訊息:
<pre>
Failed to save sites
Requested entity already exists
Tracking number: <mix of English and numeric characters>
</pre>
'''問題原因:'''
在「Specify URL patterns to index」中同時存在衝突的 URL 模式:
<pre>
example.com
</pre>
<pre>
''.example.com/''
</pre>
這兩種模式相互衝突,導致系統將它們視為重複的實體。
'''解決方案:'''
只需移除其中一種模式即可解決此問題。建議保留較通用的模式 <code>''.example.com/''</code>,因為它已經包含了 <code>example.com</code>。


== 相關頁面 ==
== 相關頁面 ==

Navigation menu