Updated documentation, streaming chat and chat history the update highlights
This commit is contained in:
@@ -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 |
|
||||
Reference in New Issue
Block a user