mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
chore(nx/server): move source code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export const EMBEDDING_CONSTANTS = {
|
||||
exactTitleMatch: 0.3,
|
||||
titleContainsQuery: 0.2,
|
||||
partialTitleMatch: 0.1,
|
||||
sameType: 0.05,
|
||||
attributeMatch: 0.05,
|
||||
recentlyCreated: 0.05,
|
||||
recentlyModified: 0.05
|
||||
};
|
||||
Reference in New Issue
Block a user