llama-index-vector-stores-infino
package provides InfinoVectorStore, a BasePydanticVectorStore with
stores_text=True. Requires Python 3.10+; bring an embeddings provider
separately (for example pip install llama-index-embeddings-openai).
Quickstart
Local, object storage, or hosted cloud
The store construction is identical everywhere; only theinfino.connect(...)
call differs.
Query modes
All fourVectorStoreQueryModes are first-class on the same store:
