Skip to content
Sign UpLog In
Profile icon

Steamship Doug

@SteamshipDoug
Twitter
GitHub
  • Simplify Complex Text Passages With GPT

    Cover page
    Made with Steamship Prompt App Template

    A package for simplifying and translating complex text into easy to understand English.

    Publishes a production-ready text simplifier API with GPT-3 using Steamship's hosting platform. Just modify prompt and run 'ship deploy' in the shell to publish the API and a web demo page.

    Try on the web at: https://www.steamship.com/packages/text-simplifier

    Recent comments (4)
    SteamshipDoug
    SteamshipDoug
    2 months ago

    Update to the latest Steamship client to get improved deploy experience.

    SteamshipDoug
    SteamshipDoug
    2 months ago

    See a web demo at: https://steamship.com/packages/text-simplifier

    SteamshipDoug
    SteamshipDoug
    2 months ago

    Updated to match updated template. This uses the latest Steamship client and adds interactive prompting to the local run.

    SteamshipDoug
    SteamshipDoug
    2 months ago

    Cleans up domains referenced.

  • Generate John Madden Quotes with GPT-3

    Cover page
    Made with Steamship Prompt App Template

    Generates John Madden quotes for all of life's events. Built in minutes on Steamship.

    Recent comments (3)
    UMARKHORAMI1
    UMARKHORAMI1
    2 months ago

    really cool

Repls
Community
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
7
Question Answering with Sources using LangChain on Steamship
Question Answering with Sources using LangChain on SteamshipExample of using LangChain + Steamship Persistent Embeddings to answer questions with sources via GPT.
Use faster/cheaper embedding model
Update to latest OpenAI embedding model
#python
#Embeddings
#langchain
+2
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
7
Question Answering with Sources using LangChain on Steamship
Question Answering with Sources using LangChain on SteamshipExample of using LangChain + Steamship Persistent Embeddings to answer questions with sources via GPT.
Update minimum version of dependency
Allows access to better retry/backoff logic.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
11
Summarize Audio with LangChain and Steamship
Summarize Audio with LangChain and SteamshipSummarizes audio files (taken from YouTube) with LangChain and Steamship. This instance uses an example audio of Winston Churchill's 4 June 1940 speech.
Update min version of dependency
Allows access to improved retry/backoff logic
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
5
Self-Ask-With-Search with LangChain and Steamship
Self-Ask-With-Search with LangChain and SteamshipAnswers open questions using a Self-Ask-With-Search chain (using a LangChain agent). The agent uses a Steamship LLM (GPT-3) and a Steamship SERP tool with caching.
Update to latest version
Use latest steamship-langchain as minimum version to ensure integration with backoff/retry logic.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
9
Persistent ChatBot with LangChain and Steamship
Persistent ChatBot with LangChain and SteamshipExample of creating a persistent chatbot with LangChain and Steamship. Using Steamship, you will get a production API endpoint and persistent chat history (across sessions).
Update to official release
Setting the minimum version of steamship-langchain to capture automated backoffs and retries.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
2
Simple LangChain Prompting on Steamship
Simple LangChain Prompting on SteamshipBasic example of using Steamship's GPT integration with LangChain in a production deployment environment.
Use official release version
Updating to latest steamship-langchain release as minimum dep.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
7
Question Answering with Sources using LangChain on Steamship
Question Answering with Sources using LangChain on SteamshipExample of using LangChain + Steamship Persistent Embeddings to answer questions with sources via GPT.
Update to latest version
Keep pace with steamship-langchain
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
2
Simple LangChain Prompting on Steamship
Simple LangChain Prompting on SteamshipBasic example of using Steamship's GPT integration with LangChain in a production deployment environment.
Update to latest version
Keep pace with steamship-langchain
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
11
Summarize Audio with LangChain and Steamship
Summarize Audio with LangChain and SteamshipSummarizes audio files (taken from YouTube) with LangChain and Steamship. This instance uses an example audio of Winston Churchill's 4 June 1940 speech.
Update to latest version
Keep pace with steamship-langchain package.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
5
Self-Ask-With-Search with LangChain and Steamship
Self-Ask-With-Search with LangChain and SteamshipAnswers open questions using a Self-Ask-With-Search chain (using a LangChain agent). The agent uses a Steamship LLM (GPT-3) and a Steamship SERP tool with caching.
Update to latest library
Keep up-to-date with steamship-langchain changes.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
9
Persistent ChatBot with LangChain and Steamship
Persistent ChatBot with LangChain and SteamshipExample of creating a persistent chatbot with LangChain and Steamship. Using Steamship, you will get a production API endpoint and persistent chat history (across sessions).
Updated to latest library
Uses current adapters to provide proper examples.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
2
Simple LangChain Prompting on Steamship
Simple LangChain Prompting on SteamshipBasic example of using Steamship's GPT integration with LangChain in a production deployment environment.
Doc cleanup
Just addressing some minor docs issues.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
11
Summarize Audio with LangChain and Steamship
Summarize Audio with LangChain and SteamshipSummarizes audio files (taken from YouTube) with LangChain and Steamship. This instance uses an example audio of Winston Churchill's 4 June 1940 speech.
Better caching
Update deps to pull in caching fixes.
SteamshipDoug
SteamshipDoug
published a Repl
2 months ago
7
Question Answering with Sources using LangChain on Steamship
Question Answering with Sources using LangChain on SteamshipExample of using LangChain + Steamship Persistent Embeddings to answer questions with sources via GPT.
SteamshipDoug
SteamshipDoug
Keep pace with steamship-langchain2 months ago
SteamshipDoug
SteamshipDoug
Allows access to better retry/backoff logic.2 months ago
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
5
Self-Ask-With-Search with LangChain and Steamship
Self-Ask-With-Search with LangChain and SteamshipAnswers open questions using a Self-Ask-With-Search chain (using a LangChain agent). The agent uses a Steamship LLM (GPT-3) and a Steamship SERP tool with caching.
Improved caching
Update to pull in fixes to caching.
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
5
Self-Ask-With-Search with LangChain and Steamship
Self-Ask-With-Search with LangChain and SteamshipAnswers open questions using a Self-Ask-With-Search chain (using a LangChain agent). The agent uses a Steamship LLM (GPT-3) and a Steamship SERP tool with caching.
Cleanup
Remove unnecessary file
SteamshipDoug
SteamshipDoug
published a Repl
2 months ago
2
Simple LangChain Prompting on Steamship
Simple LangChain Prompting on SteamshipBasic example of using Steamship's GPT integration with LangChain in a production deployment environment.
SteamshipDoug
SteamshipDoug
Just addressing some minor docs issues.2 months ago
SteamshipDoug
SteamshipDoug
Keep pace with steamship-langchain2 months ago
SteamshipDoug
SteamshipDoug
published an Update
2 months ago
11
Summarize Audio with LangChain and Steamship
Summarize Audio with LangChain and SteamshipSummarizes audio files (taken from YouTube) with LangChain and Steamship. This instance uses an example audio of Winston Churchill's 4 June 1940 speech.
Updated Description
Updated Description to better describe behavior
SteamshipDoug
SteamshipDoug
published a Repl
2 months ago
11
Summarize Audio with LangChain and Steamship
Summarize Audio with LangChain and SteamshipSummarizes audio files (taken from YouTube) with LangChain and Steamship. This instance uses an example audio of Winston Churchill's 4 June 1940 speech.