Config
org.llm4s.knowledgegraph.neo4j.Neo4jGraphStore.Config
final case class Config(uri: String, user: String, password: String, database: String, maxPoolSize: Int)
Configuration for Neo4jGraphStore.
Value parameters
- database
-
Target database (default "neo4j")
- maxPoolSize
-
Maximum number of connections in the driver pool (default 10)
- password
-
Database password (default "")
- uri
-
Bolt URI, e.g.
bolt://localhost:7687 - user
-
Database user (default "neo4j")
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article