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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product