# 背景

このセクションでは、Rememberizerを支える技術に関する重要な技術的背景を提供します。ここでは、ベクトル埋め込み、ベクトルデータベース、そしてRememberizerのセマンティック検索機能を可能にするその他の重要な概念についての説明を見つけることができます。

Rememberizerを使用したり、私たちのドキュメントを読んだりしている際に、馴染みのない用語に出くわした場合は、主要な用語の明確で簡潔な定義については[用語集](/ja/background/glossary.md)を参照してください。

Rememberizerのドキュメントに取り組む貢献者や技術ライターの方々は、すべての文書における一貫性を確保するために、[標準化された用語](/ja/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/ja/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.
