public class AstraDbEmbeddingConfiguration extends Object
CassandraEmbeddingStore| Modifier and Type | Class and Description |
|---|---|
static class |
AstraDbEmbeddingConfiguration.AstraDbEmbeddingConfigurationBuilder
Signature for the builder.
|
| Modifier and Type | Field and Description |
|---|---|
protected @NonNull Integer |
dimension
Represents the dimension of the vector used to save the embeddings.
|
protected @NonNull String |
keyspace
Represents the workspace name where you create your tables.
|
protected @NonNull String |
table
Represents the name of the table.
|
| Constructor and Description |
|---|
AstraDbEmbeddingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static AstraDbEmbeddingConfiguration.AstraDbEmbeddingConfigurationBuilder |
builder()
Initialize the builder.
|
@NonNull protected @NonNull String keyspace
@NonNull protected @NonNull String table
@NonNull protected @NonNull Integer dimension
public static AstraDbEmbeddingConfiguration.AstraDbEmbeddingConfigurationBuilder builder()
Copyright © 2023. All rights reserved.