public class CassandraEmbeddingConfiguration extends Object
CassandraEmbeddingStore| Modifier and Type | Class and Description |
|---|---|
static class |
CassandraEmbeddingConfiguration.CassandraEmbeddingConfigurationBuilder
Signature for the builder.
|
| Modifier and Type | Field and Description |
|---|---|
static Integer |
DEFAULT_PORT
Default Cassandra Port.
|
protected @NonNull Integer |
dimension
Represents the dimension of the model use to create 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 |
|---|
CassandraEmbeddingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static CassandraEmbeddingConfiguration.CassandraEmbeddingConfigurationBuilder |
builder()
Initialize the builder.
|
public static Integer DEFAULT_PORT
@NonNull protected @NonNull String keyspace
@NonNull protected @NonNull String table
@NonNull protected @NonNull Integer dimension
public static CassandraEmbeddingConfiguration.CassandraEmbeddingConfigurationBuilder builder()
Copyright © 2023. All rights reserved.