run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.44k stars 731 forks source link

[Feature Request]: Talk to Api #858

Open akesh1235 opened 7 months ago

akesh1235 commented 7 months ago

Feature Description

LLM should decide which API to select based on the user query once the API is selected LLM should send request with required parameters to API( this will reduce the payload) and get the data. Once the data is fetched it should be synthesized in order to answer the user query in natural language.

Reason

Majorly i have two reasons,

  1. Interest in Future Developments: Curious about any planned enhancements in Llama-index for direct API integration to improve efficiency and data accuracy.

  2. Request for Guidance: Seeking insights or solutions for integrating external APIs with Llama-index.

Value of Feature

If any organisation is'nt comfortable to connect entire database with llamaindex, then that organisation will create some APIs from the database then use these APIs to connect with llamaindex.