mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
const BIG_DIMENSIONS_NEW = 1536
|
|
const DEFAULT_PROJECT_ID = "sm_project_default"
|
|
|
|
export { BIG_DIMENSIONS_NEW, DEFAULT_PROJECT_ID }
|