# 背景

本节提供了有关驱动 Rememberizer 的技术的基本技术背景。在这里，您将找到向量嵌入、向量数据库以及其他使 Rememberizer 的语义搜索功能成为可能的关键概念的解释。

如果您在使用 Rememberizer 或阅读我们的文档时遇到不熟悉的术语，请参考我们的 [术语表](/zh-cn/background/glossary.md)，以获取关键术语的清晰、简明的定义。

对于参与 Rememberizer 文档编写的贡献者和技术写作者，请参考我们的 [标准化术语](/zh-cn/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-cn/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.
