# 背景

本節提供了有關驅動 Rememberizer 的技術的基本技術背景。在這裡，您將找到有關向量嵌入、向量數據庫和其他關鍵概念的解釋，這些概念使 Rememberizer 的語義搜索功能得以實現。

如果您在使用 Rememberizer 或閱讀我們的文檔時遇到不熟悉的術語，請參考我們的 [詞彙表](/zh-hk/background/glossary.md)，以獲取關鍵術語的清晰、簡明的定義。

對於參與 Rememberizer 文檔編寫的貢獻者和技術作家，請參考我們的 [標準化術語](/zh-hk/background/standardized-terminology.md) 指南，以確保所有文檔的一致性。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rememberizer.ai/zh-hk/background.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
