Browse Source
Feature/extend self-hosting FAQ by additional data providers question (#4885)
* Extend FAQ by additional data providers question
* Update changelog
pull/4912/head
Thomas Kaul
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
12 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Added |
|
|
|
|
|
|
|
- Included quick links in the search results of the assistant |
|
|
|
- Extended the content of the _Self-Hosting_ section by information about additional data providers on the Frequently Asked Questions (FAQ) page |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -159,6 +159,17 @@ |
|
|
|
subscription via an API key.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title>Will you add data provider X?</mat-card-title> |
|
|
|
</mat-card-header> |
|
|
|
<mat-card-content |
|
|
|
>We are currently not planning to extend the core data providers. |
|
|
|
However, you can usually integrate data from your desired website by |
|
|
|
using the <code>MANUAL</code> data source along with a scraper |
|
|
|
configuration.</mat-card-content |
|
|
|
> |
|
|
|
</mat-card> |
|
|
|
<mat-card appearance="outlined" class="mb-3"> |
|
|
|
<mat-card-header> |
|
|
|
<mat-card-title>How do I set up a benchmark?</mat-card-title> |
|
|
|