# Dec 27th, 2024

### New Features

* **Agentic Search in Vector Store**: Introduced advanced search capabilities in the vector store for more precise and efficient data retrieval.

### Improvements

* **Enhanced Data Management**: Implemented automatic removal of vector data when documents are deleted, ensuring data consistency.

### Bug Fixes

* **Vector Store Loading and Creation Fixes**: Resolved issues preventing vector store creation and loading of embedding binaries, improving system reliability.


---

# 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/additional-resources/releases/2024-releases/dec-27th-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.
