Skip to content

Instantly share code, notes, and snippets.

@rajivsinclair
Created April 12, 2024 20:51
Show Gist options
  • Save rajivsinclair/4373704fa64b39226b4f6af16c31cb07 to your computer and use it in GitHub Desktop.
Save rajivsinclair/4373704fa64b39226b4f6af16c31cb07 to your computer and use it in GitHub Desktop.
Research notes on LlamaIndex Text-To-SQL and LlamaPacks

LlamaIndex Research

Researching:

  • LlamaIndex's Text-To-SQL query capabilities
  • What LlamaPacks are and how they work with LlamaIndex

Notes

  • LlamaIndex is an open-source Python package for building indices over unstructured or semi-structured data to use with LLMs
  • It can generate SQL queries from natural language questions to query databases
  • LlamaPacks are data loaders designed to make it easy to load and index different data sources (Notion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment