Skip to main content

Integrations

Rest API

Dewy provides a RestAPI which allows it to be used from any language. See the OpenAPI documentation for available methods.

OpenAPI Clients

The RestAPI is defined using OpenAPI, allowing you to generate client libraries in a variety of languages. See the OpenAPI documentation for available methods.

Python

The OpenAPI client for Dewy is published to PyPI as dewy-client.

  • For LangChain, see LangChain for a DewyRetriever.

Javascript / Typescript

The OpenAPI client for Dewy is published to NPM as dewy-ts.

Frameworks

LangChainJS

dewy-langchainjs provides a LangChainJS retriever backed by the Dewy API. See Building a question-answering CLI with LangChain.js and Dewy.

LangChain

dewy-langchain provides a LangChain retriever backed by the Dewy API. See Building a question-answering CLI with LangChain and Dewy.