Updated documentation, streaming chat and chat history the update highlights

This commit is contained in:
Storme-bit
2026-04-05 23:56:18 -07:00
parent 4bd84ded04
commit 1f824c097d
2 changed files with 123 additions and 30 deletions

View File

@@ -64,4 +64,13 @@ Default pagination and result limits for SQLite episode queries.
|---|---|---|
| `DEFAULT_RECENT_LIMIT` | `10` | Default number of recent episodes to retrieve |
| `DEFAULT_PAGE_SIZE` | `20` | Default episodes per page for paginated queries |
| `DEFAULT_SEARCH_LIMIT` | `10` | Default number of FTS search results to return |
| `DEFAULT_SEARCH_LIMIT` | `10` | Default number of FTS search results to return |
#### `SERVICES`
Default URLs for inter-service communication. Used as fallback values
when the corresponding environment variable is not set.
| Key | Value | Description |
|---|---|---|
| `EMBEDDING_URL` | `http://localhost:3003` | Fallback embedding service URL |