adding in entity extraction layer with semantic search enabled

This commit is contained in:
Storme-bit
2026-04-17 06:04:24 -07:00
parent b4fd3ed72c
commit cf7f387add

View File

@@ -1,4 +1,4 @@
const {semantic} = require('../semantic')
const semantic = require('../semantic')
const { getEnv, SERVICES, formatEpisodeText } = require('@nexusai/shared');
const { upsertEntity } = require('./index');