Skip to content

Is there a way to wrap LlamaIndex? #8772

Answered by dosubot bot
MiNeves00 asked this question in Q&A
Discussion options

You must be logged in to vote

🤖

Yes, there is a way to wrap LlamaIndex for integration into other projects. The LlamaIndex repository provides a variety of tools in the llama_index.tools package that are intended to be exported and used in other modules or projects. These include:

  • BaseTool: This is a base class for all tools in the LlamaIndex framework.
  • AsyncBaseTool: This is an asynchronous version of the BaseTool.
  • QueryEngineTool: This tool is used for querying the LlamaIndex.
  • RetrieverTool: This tool is used for retrieving data from the LlamaIndex.
  • FunctionTool: This tool is used for executing functions within the LlamaIndex.
  • QueryPlanTool: This tool is used for planning queries within the LlamaIndex.
  • download_tool:…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MiNeves00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant