Quickstart
This guide will have you inserting and searching vectors in under 60 seconds.Prerequisites
Make sure VortexDB is running (see Installation).Insert Your First Vector
- Python SDK
- HTTP API
- gRPC
Search for Similar Vectors
- Python SDK
- HTTP API
Retrieve a Point
- Python SDK
- HTTP API
Delete a Point
- Python SDK
- HTTP API
Complete Example
Here’s a complete example using the Python SDK with context manager:Next Steps
Architecture
Understand how VortexDB works under the hood
Indexers
Choose the right index for your use case
Python SDK
Python client documentation
API Reference
Explore the complete API