ZeusDB is a high-performance vector database powered by Rust, offering advanced features like product quantization, persistent storage, and enterprise-grade logging.This documentation shows how to use ZeusDB to bring enterprise-grade vector search capabilities to your LangChain applications.
Setup
Install the ZeusDB LangChain integration package from PyPi:💡 Tip: If you are working inside Jupyter or Google Colab, use the %pip magic command so the package is installed into the active kernel:
Getting Started
This example uses OpenAIEmbeddings, which requires an OpenAI API key: Get your OpenAI API key here If you prefer, you can also use this package with any other embedding provider (Hugging Face, Cohere, custom functions, etc.). Install the LangChain OpenAI integration package from PyPi:Please choose an option below for your OpenAI key integration
Option 1: 🔑 Enter your API key each time Use getpass in Jupyter to securely input your key for the current session:🎉 Nicely done! You are good to go.