Interface Neo4jChatMemoryStoreConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
public interface Neo4jChatMemoryStoreConfiguration
extends io.micronaut.core.util.Toggleable
Configuration for
Neo4jChatMemoryStore.Builder
.-
Field Summary
Fields -
Method Summary
-
Field Details
-
PREFIX
Neo4jChatMemoryStore configuration prefix.- See Also:
-
DEFAULT_ENABLED
static final boolean DEFAULT_ENABLEDNeo4jChatMemoryStore default value for enabled.- See Also:
-
PROPERTY_ENABLED
Neo4jChatMemoryStore enabled configuration prefix.- See Also:
-
-
Method Details
-
isEnabled
default boolean isEnabled()- Specified by:
isEnabled
in interfaceio.micronaut.core.util.Toggleable
-
getBuilder
@NonNull dev.langchain4j.community.store.memory.chat.neo4j.Neo4jChatMemoryStore.Builder getBuilder()- Returns:
- Neo4j Chat Memory Store Builder
-
getUri
- Returns:
- the Bolt URI to a Neo4j instance
-
getUser
- Returns:
- the Neo4j instance's username
-
getPassword
- Returns:
- the Neo4j instance's password
-