Wired embedding service into memory write path
This commit is contained in:
@@ -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};
|
||||
Reference in New Issue
Block a user