How `vectordb` works: DocArray and Jina synergy
mainThe vectordb architecture leverages two core technologies:
- DocArray: Acts as the engine driving the vector search logic and retrieval capabilities.
- Jina: Provides the infrastructure for efficient, reliable, and scalable index serving.
This allows developers to use DocArray's dataclass syntax for schema definition while benefiting from Jina's ability to scale the database in production environments.