Defines settings for the embedding model during data and query flow.
Prompt for the embedding.
Dimension of the embedding
Where is the model from?
HNSW settings
Defines settings for HNSW graph. See
https://github.com/run-llama/llamaindex/blob/977d60a058c691957dae3eb3c66c1894faea24ac/llama-index-integrations/vectorstores/llama-index-vector-stores-postgres/llamaindex/vectorstores/postgres/base.py#L570
Distance metric to use. Note that by default PGVectorStore.buildquery calls cosine_distance
Size of the dynamic candidate list for constructing the graph. Higher value provides better recall at the cost of speed
Size of the dynamic candidate list for search. Higher value provides better recall at the cost of speed.
Max number of connections per layer.
Name of embedding model to use.
Must be at least 1
characters long
Instruction for the query.
Context size of the embedding model