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