The LangStream project combines the intelligence of large language models (LLMs) with the agility of streaming processing, to create powerful processing applications. An application in LangStream can watch a message topic and process data through multiple steps to output some useful generative AI results.
Tip
|
Get started with the LangStream documentation here. |
This extension provides ways to interact with the LangStream API from within VSCode. It provides a simple way to create, update, and delete LangStream applications, modules, and pipeline agents. It also provides a way to view the status of your applications and message with its gateway.
For more information on the LangStream API, visit the project website.
Visit DataStax page in the Visual Studio Marketplace.
Visit the releases page to download the vsix.
Tip
|
For a quick guide on loading .vsix in VScode, read this. |
Once installed you’ll notice a new LangStream icon in the activity bar. Click it to activate the extension and see the option to save your environment.
While using the extension you may want to see output of what is going on in the background. To do this, open the VSCode output panel and select the 'LangStream AI' output channel. This will show you the logs from the extension.
We’ve got high hopes for this extension. If you have an idea of a feature that would make it even better, please open an issue and let’s discuss it! You can review the current roadmap in the GitHub project.