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

@@ -19,8 +19,13 @@ const EPISODIC = {
DEFAULT_SEARCH_LIMIT: 10, // Default number of search results to return
};
const SERVICES = {
EMBEDDING_URL: 'http://localhost:3003'
};
module.exports = {
QDRANT,
COLLECTIONS,
EPISODIC
EPISODIC,
SERVICES
};