Class DuckDBEmbeddingStore.Builder
java.lang.Object
dev.langchain4j.community.store.embedding.duckdb.DuckDBEmbeddingStore.Builder
- Enclosing class:
DuckDBEmbeddingStore
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filePath
- Parameters:
filePath- File used to persist DuckDB database. If not specified, the database will be stored in-memory.- Returns:
- builder
-
tableName
- Parameters:
tableName- The database table name to use. If not specified, "embeddings" will be used- Returns:
- builder
-
inMemory
- Parameters:
tableName- The database table name to use. If not specified, "embeddings" will be used- Returns:
- builder
-
build
-