Langbase API
Langbase is a serverless AI developer platform, offering robust APIs for pipes and memory to build composable Large Language Models (LLM) AI agents.
Pipe and Memory APIs enable developers to build AI agents and features that can perform various tasks, such as generating text, embeddings, similar chunksm building RAG, and more.
Langbase offers the following APIs:
Pipe API
Pipes are the core building blocks of Langbase, and they can be used to create various AI agents for different use cases. Pipes can be used to generate text, chat with users, and more. The Pipe API allows you to create, update, and delete pipes. The API also provides endpoints to run the AI Pipe for chat and generation.
Learn more in Pipe API reference.
Memory API
Memory is a managed search engine as an API for developers. Imagine an all in one severless RAG (Retrieval-Augmented Generation) with — vector store, file storage, attribution data, parsing + chunking, and semanitc similarity search engine.
The Memory API allows you to manage the memory of your Langbase account. You can use the Memory API to create, list, and update. The API also provides endpoints to upload documents, list them, and retry generating embeddings for documents.
Learn more in Memory API reference.