Wired embedding service into memory write path

This commit is contained in:
Storme-bit
2026-04-04 23:25:48 -07:00
parent 770d123419
commit ed18022d1f
3 changed files with 42 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
const {getEnv} = require('./config/env');
const {QDRANT, COLLECTIONS, EPISODIC } = require('./config/constants');
const {QDRANT, COLLECTIONS, EPISODIC, SERVICES } = require('./config/constants');
module.exports = {getEnv, QDRANT, COLLECTIONS, EPISODIC};
module.exports = {getEnv, QDRANT, COLLECTIONS, EPISODIC, SERVICES};