# 2024년 11월 8일

### 개선 사항

* **업데이트된 온보딩 경험**: 더 매끄러운 시작을 위해 업데이트된 Gmail 통합으로 새로운 사용자 온보딩 비주얼을 향상시켰습니다.
* **최적화된 성능**: 반정밀 벡터를 재적용하여 애플리케이션 속도와 효율성을 개선했습니다.
* **향상된 검색 기능**: 더 나은 검색 결과와 빠른 정보 검색을 위해 인덱싱을 개선했습니다.
* **개선된 문서 처리 신뢰성**: 더 신뢰할 수 있는 문서 처리를 위해 임베딩 작업 중 재시도 처리를 향상시켰습니다.

### 버그 수정

* **문서 동기화 오류 수정**: 애플리케이션 안정성을 높이기 위해 문서 동기화 및 처리 오류와 관련된 문제를 해결했습니다.
* **기억 접근 오류 해결**: 기억 문서에 접근할 수 없는 오류를 수정했습니다.
* **문서 인덱싱 보장**: 모든 문서가 제대로 인덱싱되고 검색 가능하도록 벡터 저장소 테이블 생성이 방해받는 문제를 수정했습니다.


---

# 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/undefined-2/releases/2024-releases/nov-8th-2024.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.
