minor constants refactoring

This commit is contained in:
Storme-bit
2026-04-04 08:08:57 -07:00
parent cbc36c2416
commit bd600d9865
4 changed files with 41 additions and 24 deletions

View File

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