# September 14: Support for folder-scoped collections, Voyage embeddings, and Portal improvements

### New Features

* :bulb: Graphlit now supports **folder-scoped collections**, enabling developers to organize content hierarchically for more granular access control and retrieval.
* We’ve integrated the latest **Voyage 3.5 embedding** and **reranking** models, providing improved semantic accuracy and retrieval precision.
* Alerts now support **saved views**, allowing filtered alert dashboards that persist across sessions.&#x20;
* We also introduced several quality-of-life updates in the Portal UI, including better context indicators and pagination performance. Additionally, the payment workflow now supports **Stripe 3D Secure**, ensuring compliance with modern authentication standards.

### Bugs Fixed

* GPLA-4497: Fixed caching of archive-site SAS tokens used in content replication
* GPLA-4485: Improved reliability when querying Azure Log Analytics workspaces
* GPLA-4487: Resolved intermittent embedding-vector generation errors
* GPLA-4531: Clarified handling of embedding failures as hard errors to prevent silent retries
* GPLA-4528: Addressed Jina image-embedding failures in high-throughput pipelines


---

# 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://changelog.graphlit.dev/september-2025/september-14-support-for-folder-scoped-collections-voyage-embeddings-and-portal-improvements.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.
