-
Couldn't load subscription status.
- Fork 392
integrations: update sambanova docs #1145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
integrations: update sambanova docs #1145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update links and code styling in all places?
|
@mdrxy Thanks, I have updated the links and general style |
…/lc-docs into docs/update-chat-sambanova
| | Class | Package | Local | Serializable | JS support | Downloads | Version | | ||
| | :--- | :--- | :---: | :---: | :---: | :---: | :---: | | ||
| | [ChatSambaNovaCloud](https://docs.sambanova.ai/cloud/docs/get-started/overview) | [langchain-sambanova](https://python.langchain.com/docs/integrations/providers/sambanova/) | ❌ | ❌ | ❌ |  |  | | ||
| | [ChatSambaNova](https://docs.sambanova.ai/cloud/docs/get-started/overview) | [langchain-sambanova](https://python.langchain.com/docs/integrations/providers/sambanova/) | ❌ | beta | ❌ |  |  | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | [ChatSambaNova](https://docs.sambanova.ai/cloud/docs/get-started/overview) | [langchain-sambanova](https://python.langchain.com/docs/integrations/providers/sambanova/) | ❌ | beta | ❌ |  |  | | |
| | [`ChatSambaNova`](https://docs.sambanova.ai/cloud/docs/get-started/overview) | [`langchain-sambanova`](https://python.langchain.com/docs/integrations/providers/sambanova/) | ❌ | beta | ❌ |  |  | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link should be updated to the new docs: https://python.langchain.com/docs/integrations/providers/sambanova
| ## API reference | ||
|
|
||
| For detailed documentation of all SambaNovaCloud features and configurations head to the API reference: [docs.sambanova.ai/cloud/docs/get-started/overview](https://docs.sambanova.ai/cloud/docs/get-started/overview) | ||
| For detailed documentation of all SambaNova features and configurations head to the API reference: [docs.sambanova.ai/cloud/docs/get-started/overview](https://docs.sambanova.ai/cloud/docs/get-started/overview) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| For detailed documentation of all SambaNova features and configurations head to the API reference: [docs.sambanova.ai/cloud/docs/get-started/overview](https://docs.sambanova.ai/cloud/docs/get-started/overview) | |
| For detailed documentation of all SambaNova features and configurations head to [SambaNova Developer Guide](https://docs.sambanova.ai/cloud/docs/get-started/overview) |
| ## API reference | ||
|
|
||
| For detailed documentation on `SambaNovaCloud` features and configuration options, please refer to the [API reference](https://docs.sambanova.ai/cloud/docs/get-started/overview). | ||
| For detailed documentation on `SambaNovaEmbeddings` features and configuration options, please refer to the [API reference](https://docs.sambanova.ai/cloud/docs/get-started/overview). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| For detailed documentation on `SambaNovaEmbeddings` features and configuration options, please refer to the [API reference](https://docs.sambanova.ai/cloud/docs/get-started/overview). | |
| For detailed documentation on `SambaNovaEmbeddings` features and configuration options, please refer to the [SambaNova Developer Guide](https://docs.sambanova.ai/cloud/docs/get-started/overview). |
Overview
This PR updates SambaNova chat models and embeddings to now use unified
ChatSambaNovaandSambaNovaEmbeddings, which were previously separated as SambaNova Cloud and SambaStudio, two different products of SambaNova with distinct APIs. Now, all SambaNova inference products are under a unified APIType of change
Type: Update existing documentation / Remove outdated content
Related issues/PRs
Checklist
docs devsrc/docs.jsonif neededAdditional notes