Open
Conversation
Author
|
Implements item 2 mentioned in #589 (comment) |
skrawcz
reviewed
Feb 21, 2026
| - `OpenAI Examples <https://github.com/apache/burr/tree/main/examples/openai-compatible-agent>`_ | ||
| * - **LlamaIndex** | ||
| - Connect your custom data to LLMs. | ||
| - `LlamaIndex Integration <https://github.com/apache/burr/tree/main/examples/resource_management>`_ |
skrawcz
reviewed
Feb 21, 2026
Comment on lines
+51
to
+65
| * - **OpenAI** | ||
| - Build agents using OpenAI's powerful models. | ||
| - `OpenAI Examples <https://github.com/apache/burr/tree/main/examples/openai-compatible-agent>`_ | ||
| * - **LlamaIndex** | ||
| - Connect your custom data to LLMs. | ||
| - `LlamaIndex Integration <https://github.com/apache/burr/tree/main/examples/resource_management>`_ | ||
| * - **Haystack** | ||
| - Build end-to-end NLP pipelines. | ||
| - `Haystack Integration <https://github.com/apache/burr/tree/main/examples/haystack-integration>`_ | ||
| * - **Instructor** | ||
| - Structured outputs for LLMs. | ||
| - `Instructor Examples <https://github.com/apache/burr/tree/main/examples/instructor-gemini-flash>`_ | ||
| * - **Google Gemini** | ||
| - specific examples using Google's Gemini models. | ||
| - `Gemini Examples <https://github.com/apache/burr/tree/main/examples/instructor-gemini-flash>`_ |
Contributor
There was a problem hiding this comment.
can you please QA these and check that the examples actually match the descriptions.
skrawcz
reviewed
Feb 21, 2026
| - specific examples using Google's Gemini models. | ||
| - `Gemini Examples <https://github.com/apache/burr/tree/main/examples/instructor-gemini-flash>`_ | ||
|
|
||
| Orchestration & Data |
Contributor
There was a problem hiding this comment.
I think there might be haystack examples?
skrawcz
reviewed
Feb 21, 2026
| @@ -0,0 +1,1072 @@ | |||
| <!doctype html> | |||
Contributor
There was a problem hiding this comment.
what's the purpose of this?
skrawcz
requested changes
Feb 21, 2026
Contributor
skrawcz
left a comment
There was a problem hiding this comment.
see comments and address them please.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Short description explaining the high-level reason for the pull request]
Changes
Adds an ecosystem page for Apache Burr showcasing integrations, examples, and resources to help build better applications with Burr.
How I tested this
Built documentation locally:
Installing all project dependencies (pip install -e ".[docs]")
Running make html in the docs/ directory
Verifying the rendered HTML output
Notes
Checklist