Harnessing LLMs and LlamaIndex for Natural Language Database Queries (Part 1)

1 pointsposted 10 hours ago
by kailashahirwar

1 Comments

kailashahirwar

10 hours ago

Large Language Models(LLMs) come pre-trained on huge amounts of publicly available data. One disadvantage of LLMs is that they are not trained on your data.

LlamaIndex is an open-source framework for creating large language models(LLM) applications. It is a data orchestration framework that lets developers gather data from various sources and build LLM applications that interact with the data in plain human language.