Setup
- Create a SambaCloud 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 SambaCloud 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.