-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: extend integration docs & README (#456)
Signed-off-by: Panos Vagenas <[email protected]>
- Loading branch information
Showing
11 changed files
with
71 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Docling is available as an extraction backend in the [Bee][github] framework. | ||
|
||
- π» [Bee GitHub][github] | ||
- π [Bee Docs][docs] | ||
- π¦ [Bee NPM][package] | ||
|
||
[github]: https://github.com/i-am-bee | ||
[docs]: https://i-am-bee.github.io/bee-agent-framework/ | ||
[package]: https://www.npmjs.com/package/bee-agent-framework |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
Use the navigation on the left to browse through Docling integrations with popular frameworks and tools. | ||
|
||
|
||
<p align="center"> | ||
<img loading="lazy" alt="Docling" src="../assets/docling_ecosystem.png" width="100%" /> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Docling is powering document processing in [InstructLab](https://instructlab.ai/), | ||
enabling users to unlock the knowledge hidden in documents and present it to | ||
InstructLab's fine-tuning for aligning AI models to the user's specific data. | ||
|
||
More details can be found in this [blog post][blog]. | ||
|
||
- π [InstructLab Home][home] | ||
- π» [InstructLab GitHub][github] | ||
- π§π»βπ» [InstructLab UI][ui] | ||
- π [InstructLab Docs][docs] | ||
<!-- - π [Blog post]() --> | ||
|
||
[home]: https://instructlab.ai | ||
[github]: https://github.com/instructlab | ||
[ui]: https://ui.instructlab.ai/ | ||
[docs]: https://docs.instructlab.ai/ | ||
[blog]: https://www.redhat.com/en/blog/docling-missing-document-processing-companion-generative-ai |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Docling is available in [Prodigy][home] as a [Prodigy-PDF plugin][plugin] recipe. | ||
|
||
- π [Prodigy Home][home] | ||
- π [Prodigy-PDF Plugin][plugin] | ||
- π§π½βπ³ [pdf-spans.manual Recipe][recipe] | ||
|
||
[home]: https://prodi.gy/ | ||
[plugin]: https://prodi.gy/docs/plugins#pdf | ||
[recipe]: https://prodi.gy/docs/plugins#pdf-spans.manual |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{% extends "base.html" %} | ||
|
||
{# | ||
{% block announce %} | ||
<p>π Docling has gone v2! <a href="{{ 'v2' | url }}">Check out</a> what's new and how to get started!</p> | ||
{% endblock %} | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters