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.42k stars 727 forks source link

Request API for LLM [Question]: #951

Open jaideep11061982 opened 4 months ago

jaideep11061982 commented 4 months ago

Question Validation

Question

ChainOfTableQueryEngine
Does this support LLM API as service ? my LLM is hosted on report server which we can access as Rest API call.

from chain_of_table_pack.base import ChainOfTableQueryEngine, serialize_table

query_engine = ChainOfTableQueryEngine(df, llm=llm, verbose=True)