LlamaIndex
LlamaIndex is an open source data orchestration framework for building large language model (LLM) applications. Learn how to use the integration by setting up your system, and then trying the example use cases.
Setup
-
Create a SambaNova Cloud account and get an API key.
-
Run the commands below to install the
llama-index-llms-sambanova
integration package and theSSEClient
package.
Example use cases
The two notebooks below provide information on applying LlamaIndex with SambaNova Cloud in real-world use cases.
-
The Patient Case Summary is a guide to build a workflow able to handle patient information, compare with medical standards, and summarize important notes to review.
-
The Contract Review walks through the development of a review system that checks against provided regulations and guidelines in order to determine compliance.
View more details by reading the LlamaIndex documentation for topics like streaming and async calls.