Expand description
Hive Vectorizer Rust SDK
High-performance Rust client for the Hive Vectorizer vector database. Provides async/await support for vector operations, semantic search, and collection management.
Re-exports§
pub use client::VectorizerClient;
pub use error::VectorizerError;
pub use error::Result;
pub use models::*;
Modules§
- client
- Simplified client for Vectorizer
- error
- Error types for the Vectorizer SDK
- models
- Data models for the Vectorizer SDK
- utils
- Essential utilities for the Vectorizer SDK
Constants§
- DEFAULT_
BASE_ URL - Default API base URL
- DEFAULT_
MAX_ RETRIES - Default maximum retries
- DEFAULT_
MCP_ URL - Default MCP server URL
- DEFAULT_
RETRY_ DELAY_ SECS - Default retry delay in seconds
- DEFAULT_
TIMEOUT_ SECS - Default request timeout in seconds
- VERSION
- SDK version