# 배경

이 섹션에서는 Rememberizer를 지원하는 기술에 대한 필수 기술 배경을 제공합니다. 여기에서는 Rememberizer의 의미론적 검색 기능을 가능하게 하는 벡터 임베딩, 벡터 데이터베이스 및 기타 주요 개념에 대한 설명을 찾을 수 있습니다.

Rememberizer를 사용하거나 문서를 읽는 동안 익숙하지 않은 용어를 접하게 되면, 주요 용어에 대한 명확하고 간결한 정의를 위해 [용어집](/ko/background/glossary.md)를 참조하십시오.

Rememberizer 문서 작업을 하는 기여자 및 기술 작가를 위해, 모든 문서의 일관성을 보장하기 위해 [표준화된 용어](/ko/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/ko/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.
