Letting Chatbots See Your Data
Credits: Deeplearning AI

Letting Chatbots See Your Data

A new coding framework lets you pipe your own data into large language models.

What’s new:?LlamaIndex?streamlines the coding involved in enabling developers to summarize, reason over, and otherwise manipulate data from documents, databases, and apps using models like GPT-4.

How it works:?LlamaIndex is a free Python?library?that works with any large language model.

  • Connectors convert various file types into text that a language model can read. Over 100 connectors are available for unstructured files like PDFs, raw text, video, and audio; structured sources like Excel or SQL files; or APIs for apps such as Salesforce or Slack.
  • LlamaIndex divides the resulting text into chunks, embeds each chunk, and stores the embeddings in a database. Then users can call the language model to extract keywords, summarize, or answer questions about their data.
  • Users can prompt the language model using a description such as, “Given our internal wiki, write a one-page onboarding document for new hires.” LlamaIndex embeds the query, retrieves the best-matching embedding from the database, and sends both to the language model. Users receive the language model's response; in this case, a one-page onboarding document.

Behind the news:?Former Uber research scientist Jerry Liu began building LlamaIndex (originally GPT Index) in late 2022 and co-founded a company around it earlier this year. The company, which recently?received?$8.5 million in seed funding, plans to launch an enterprise version later this year.

Why it matters:?Developing bespoke apps that use a large language model typically requires building custom programs to parse private databases. LlamaIndex offers a more direct route.

References:

  1. https://github.com/jerryjliu/llama_index
  2. https://llama-hub-ui.vercel.app/
  3. https://techcrunch.com/2023/06/06/llamaindex-adds-private-data-to-large-language-models/

Apurv Sibal

Passionate about building AGI and leveraging it to solve hard problems

1 年
回复

要查看或添加评论,请登录

Apurv Sibal的更多文章

  • Cloud Computing Goes Generative

    Cloud Computing Goes Generative

    Amazon aims to make it easier for its cloud computing customers to build applications that take advantage of generative…

    2 条评论
  • Optimizer Without Hyperparameters

    Optimizer Without Hyperparameters

    During training, a neural network usually updates its weights according to an optimizer that’s tuned using hand-picked…

    2 条评论
  • What Venture Investors Want

    What Venture Investors Want

    This year’s crop of hot startups shows that generative AI isn’t the only game in town. What’s new: CB Insights, which…

    4 条评论
  • Sample-Efficient Training for Robots

    Sample-Efficient Training for Robots

    Training an agent that controls a robot arm to perform a task — say, opening a door — that involves a sequence of…

    1 条评论
  • Language Models’ Impact on Jobs

    Language Models’ Impact on Jobs

    Telemarketers and college professors are most likely to find their jobs changing due to advances in language modeling…

    1 条评论
  • AI & Banking: Progress Report

    AI & Banking: Progress Report

    One bank towers above the competition when it comes to AI, a recent study suggests. What’s new: A report from market…

    1 条评论
  • Stable Biases

    Stable Biases

    Stable Diffusion may amplify biases in its training data in ways that promote deeply ingrained social stereotypes…

    1 条评论
  • The Secret Life of Data Labelers

    The Secret Life of Data Labelers

    The business of supplying labeled data for building AI systems is a global industry. But the people who do the labeling…

  • Bug Finder

    Bug Finder

    One challenge to making online education available worldwide is evaluating an immense volume of student work…

    1 条评论
  • Making Government Multilingual

    Making Government Multilingual

    An app is bridging the language gap between the Indian government and its citizens, who speak a wide variety of…

    2 条评论

社区洞察

其他会员也浏览了