Back to Llama Index

Box Tools for Llama-Index

llama-index-integrations/tools/llama-index-tools-box/README.md

0.14.211.7 KB
Original Source

Box Tools for Llama-Index

This repository provides a suite of Python tools for seamlessly integrating Box content with Llama Index. These tools offer an agnostic interface, allowing them to be used within any agent built within the Llama Index framework.

Available tools include:

  • Box Search: Search for Box resources based on keywords and various filtering options.
  • Search by Metadata: Search for Box resources based on specific metadata fields (e.g., owner, creation date).
  • Text Extraction: Extract plain text content from supported Box file formats.
  • Box AI Prompt: Utilize Box AI features to analyze Box content based on user-defined prompts.
  • Box AI Extract: Extract structured data from Box content using pre-trained Box AI models.

By leveraging these tools, developers can empower their Llama Index agents to access, understand, and utilize valuable information stored within Box.

Check the links above for detailed usage instructions and examples for each tool.