feat(docs): add LlamaIndex integration documentation#1064
Merged
Conversation
- Add comprehensive LlamaIndex integration docs for v1 and v2 - Include installation instructions for llama-index-instrumentation-agentops - Add code examples showing set_global_handler usage pattern - Update mint.json navigation to include llamaindex in both versions - Follow existing documentation patterns from other integrations - Reference external LlamaIndex documentation URL Co-Authored-By: adam@agentops.ai <itsadamsilverman@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
- Add working Python script example with local HuggingFace models - Add Jupyter notebook example following existing patterns - Add README with setup instructions - Verified integration works with AgentOps session tracking - Session link: https://app.agentops.ai/drilldown?session_id=4136e33b-e6b4-4216-8748-e65aa5b7a9e6 Co-Authored-By: adam@agentops.ai <itsadamsilverman@gmail.com>
- Move all imports to top of file to fix E402 lint errors - Apply ruff formatting fixes - Maintain functionality while following code style guidelines Co-Authored-By: adam@agentops.ai <itsadamsilverman@gmail.com>
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.
Add LlamaIndex Integration Documentation
This PR adds comprehensive LlamaIndex integration documentation to the AgentOps docs, following the request to add LlamaIndex as a framework based on the information from https://docs.llamaindex.ai/en/stable/module_guides/observability/#agentops.
Changes Made
Added v1 integration documentation (
docs/v1/integrations/llamaindex.mdx)set_global_handler("agentops")usage patternAdded v2 integration documentation (
docs/v2/integrations/llamaindex.mdx)Updated navigation structure (
docs/mint.json)llamaindexto both v1 and v2 integrations listslangchainandllama_stack/litellmContent Details
The documentation includes:
llama-index-instrumentation-agentopsAGENTOPS_API_KEYTesting
References
Requested by: adam@agentops.ai