> For the complete documentation index, see [llms.txt](https://docs.rememberizer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rememberizer.ai/ko/undefined-2/releases/2025-releases/apr-18th-2025.md).

# 2025년 4월 18일

### 새로운 기능

* **임베딩 작업자 추적**: 성능과 신뢰성을 향상시키기 위해 임베딩 작업자에 대한 모니터링 기능을 도입했습니다.
* **향상된 문서화**: 개선된 안내를 위해 인간 사용자와 AI 어시스턴트를 위한 업데이트된 문서를 제공했습니다.

### 개선 사항

* **데이터 신선도 향상**: 사용자가 최신 정보를 받을 수 있도록 캐시 타임아웃을 구현했습니다.
* **알림 최적화**: 중복 알림을 방지하고 사용자 경험을 향상시키기 위해 알림 설정을 조정했습니다.

### 버그 수정

* **계정 API 수정**: CK API 키를 사용할 때 계정 API가 올바른 CK 설명을 반환하지 않는 문제를 해결했습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rememberizer.ai/ko/undefined-2/releases/2025-releases/apr-18th-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
