Semantic similarity
Configuration
- type: semantic
encoder:
type: bert
model: metarank/all-MiniLM-L6-v2
dim: 384 # embedding size
itemFields: [title, description]- type: semantic
encoder:
type: csv
dim: 384 # embedding size
path: /opt/dic.csv
itemFields: [title, description]Last updated
Was this helpful?