Find answers from the community

Updated 2 years ago

Langchain Integrations

At a glance

The post asks for examples of custom LangChain agents with multiple tools, where some of the tools are based on GPTIndex.query(). The comments provide some examples, including one that uses extra wrappers from the LlamaIndex library and a demo that uses a LangChain agent, though the commenter notes it is a bit complex and needs to be updated to the latest version. The community members also mention a link to a Hugging Face Space that demonstrates using LlamaIndex with SQL, but there is no explicitly marked answer in the provided information.

Useful resources
examples where we have custom langchain agent with multiple tools where some of tools are base on gptindex.query()
L
1 comment
That's the main example tbh.

There is another example here, but it uses some extra wrappers from llama index https://gpt-index.readthedocs.io/en/latest/guides/tutorials/building_a_chatbot.html


I also have a demo here, but it's a little complex lol but it also uses a langchain agent. I need to update it to use v0.6 though That's the main example tbh.

There is another example here, but it uses some extra wrappers from llama index https://gpt-index.readthedocs.io/en/latest/guides/tutorials/building_a_chatbot.html


I also have a demo here, but it's a little complex lol but it also uses a langchain agent. I need to update it to use v0.6 though https://huggingface.co/spaces/llamaindex/llama_index_sql_sandbox
Add a reply
Sign up and join the conversation on Discord