CapyDB supports a variety of embedding models for use with EmbJSON data types. These models help convert text data into embeddings, enabling powerful semantic search capabilities with just a few configurations.
To specify an embedding model in your EmbJSON fields, use the emb_model parameter for text embeddings. CapyDB provides seamless integration with leading LLM providers, making it easy to get started.
These models are available for embedding text data in EmbJSON fields such as EmbText:
Model | Provider |
---|---|
text-embedding-3-small | OpenAI |
text-embedding-3-large | OpenAI |
ada v2 | OpenAI |
More options will be added in the future. CapyDB is continuously evolving, and we are working to expand our list of supported embedding models to provide even more flexibility and performance for your applications.
CapyDB does not charge for LLM usage directly. Instead, users pay the LLM providers via CapyDB, which facilitates the payment process for convenience. This allows you to leverage the best available models without worrying about hidden costs or extra fees from CapyDB.
Your feedback helps us improve our documentation. Let us know what you think!