# SemanticIndexConfig

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/semantic/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/semantic/types.ts#L44)

Configuration for the semantic index.

## Properties

| Property | Type |
|---|---|
| `rootDir` | `string` |
| `embeddingEndpoint` | `string` |
| `embeddingApiKey` | `string` |
| `embeddingModel` | `string` |
| `storageDir` | `string` |
| `targetChunkTokens` | `number` |
| `maxFiles` | `number` |
| `includeExtensions` | `string[]` |
| `excludeDirs` | `string[]` |
