@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bedrock / VectorStoreType
Knowledge base can be backed by different vector databases. This enum represents the different vector databases that can be used.
OPENSEARCH_SERVERLESS
is the default vector database.
PINECONE
is the vector database for Pinecone.
AMAZON_AURORA
is the vector database for Amazon Aurora PostgreSQL.
AMAZON_AURORA:
"RDS"
RDS
is the vector store for Amazon Aurora.
MONGO_DB_ATLAS:
"MONGO_DB_ATLAS"
MONGO_DB_ATLAS
is the vector store for MongoDB Atlas.
NEPTUNE_ANALYTICS:
"NEPTUNE_ANALYTICS"
NEPTUNE_ANALYTICS
is the vector store for Amazon Neptune Analytics.
OPENSEARCH_MANAGED_CLUSTER:
"OPENSEARCH_MANAGED_CLUSTER"
OPENSEARCH_MANAGED_CLUSTER
is the vector store for OpenSearch Managed Cluster.
OPENSEARCH_SERVERLESS:
"OPENSEARCH_SERVERLESS"
OPENSEARCH_SERVERLESS
is the vector store for OpenSearch Serverless.
PINECONE:
"PINECONE"
PINECONE
is the vector store for Pinecone.