Host a self-ask with search endpoint.
Host your own LangChain-based chatbot that remembers user input over sessions.
Summarize the audio track of YouTube videos with LangChain and Steamship.
Use persistent embeddings to answer questions with sources.
Example of a LangChain-based prompt API on Steamship.
steamship_langchain
classes for select langchain
counterparts to get fully-managed hosting.Send us a PR!
STEAMSHIP_API_KEY
in Replit.api.py
. The template already contains a working prompt that runs with user input.Name your package and set your version
In your project"s steamship.json
file, set the handle
field to a unique name. Only lowercase letters and dashes, please!
Set your version
In your project"s steamship.json
file, set the version
field using semver-style (1.2.3).
Run 'ship deploy'
Your Replit comes with a pre-configured shell. Open the shell and type ship deploy
.
Share the results
When deployment succeeds, you'll see a URL that lets anyone try your API on the web or use it over HTTP.