Memory API
Langbase Memory API provides you with a programmatic access to managing memories in your Langbase account. Since documents are stored in memories, you can also manage documents using the Memory API.
Memory
- List memory — List all memories in your account
- Create memory — Create a new memory
- Delete memory — Delete a memory
- Retrieve memory — Similarity search for a given query
Documents
- List documents — List all documents in a memory
- Delete document — Delete a document
- Upload document — Upload a document
- Embeddings Retry — Retry generating embeddings for a document