Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
|---|---|---|
Dimension of the embeddings that will be stored in the Neo4j store. Environment variable: |
int |
required |
Label for the created nodes. Environment variable: |
string |
|
Name of the property to store the embedding vectors. Environment variable: |
string |
|
Name of the property to store embedding IDs. Environment variable: |
string |
|
Prefix to be added to the metadata keys. By default, no prefix is used. Environment variable: |
string |
|
Name of the property to store the embedding text. Environment variable: |
string |
|
Name of the index to be created for vector search. Environment variable: |
string |
|
Name of the database to connect to. Environment variable: |
string |
|
The query to use when retrieving embeddings. This query has to return the following columns:
Environment variable: |
string |
|