# June 21: Support for the Claude 3.5 Sonnet model, knowledge graph semantic search, and bug fixes

### New Features

* :bulb: Graphlit now supports the Anthropic Claude 3.5 Sonnet model, which can be assigned with the `CLAUDE_3_5_SONNET` model enum.
* :bulb: Graphlit now supports semantic search of observable entities in the knowledge graph, such as Person, Organization and Place.  These entity types will now have vector embeddings created from their enriched metadata, and support searching by similar text, and searching by similar entities.
* :zap: We have changed the Google Drive and Google Email feed properties to require the Google OAuth client ID and client secret, along with the existing refresh token, for proper authentication against Google APIs.
* :zap: We have added a credits quota on the Free Tier.  Once 1000 credits have been used on the Free Tier, no more content can be ingested, and an upgrade to a paid tier is required.  Customers will receive an email when the credits, storage or contents quota has been reached.

### Bugs Fixed

* GPLA-2837: Failed to ingest LinkedIn page as Web feed
* GPLA-2831: Zero-byte file was left in Indexed state
* GPLA-2834: Not reading any files from Azure blob feed with space in prefix
* GPLA-2828: Better handling for files with unknown (or missing) file extensions


---

# 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/june-2024/june-21-support-for-the-claude-3.5-sonnet-model-knowledge-graph-semantic-search-and-bug-fixes.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.
