Vector Stores (maticlib.vectorstores)
Manage and query high-dimensional embeddings across different backend engines.
Supported Engines
InMemoryVectorIndex: Great for quick, lightweight local testing via Numpy.ChromaVectorIndex: Ephemeral or persistent ChromaDB instances.MilvusVectorIndex: Scalable PyMilvus (Lite or Server modes).PineconeVectorIndex: Connects directly to Pinecone Cloud.QdrantVectorIndex: Uses Qdrant Cloud or local instances.SchemaVectorIndex: A wrapper explicitly for storing database schemas (DDLs) for Text2SQL workflows.