Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ If you have any suggestions of integrations or questions, please post on our [Co
| **Langflow** | Low-code platforms | Langflow is a visual framework for building multi-agent and RAG applications. | [Documentation](https://docs.langflow.org/components-models#sambanova) |
| **LangGraph** | LLM frameworks | LangGraph provides low-level supporting infrastructure for any long-running, stateful workflow or agent. | [Demo code](./langgraph) |
| **LlamaIndex** | LLM frameworks | LlamaIndex is an orchestration framework to rapidly deploy LLM applications. | [Demo code](./llamaindex) |
| **LinkUp** | Web search engine | Linkup is a web search engine designed for AI applications. It connects AI systems to the internet through an API that delivers grounding data, enriching outputs and improving precision, accuracy, and factual reliability. | [Demo code](./linkup) |
| **LiteLLM** | LLM frameworks | LiteLLM is an open-source Python library that provides a unified interface for accessing LLMs, translating inputs and mapping exceptions. | [Documentation](https://docs.litellm.ai/docs/providers/sambanova) |
| **Livekit** | LLM framework | LiveKit provides scalable, multi-user conferencing based on WebRTC. It allows to build real-time video audio data capabilities | [Demo code](./livekit/README.md) |
| **Llama Stack** | LLM frameworks | Llama Stack standardizes the core building blocks that simplify AI application development. It codifies best practices across the Llama ecosystem. | [Demo code](./llama_stack/README.md) |
Expand Down
Loading