Skip to main content

Documentation Index

Fetch the complete documentation index at: https://llm-tools.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

EmbedJs comes with built-in support for data persistance beyond vector embeddings. The kind of data that can be persisted includes -
  • Loaders and chunks loaded and their metadata
  • Loader specific caching
  • Conversation history
The library handles the complexity of being able to swap the data persistance layer by the abstraction of stores. The following stores have built-in support -

LMDB

LibSQL

MongoDB

Redis


If you can't find specific feature or run into issues, please feel free to reach out through the following channels.

GitHub

Open an issue on our GitHub