adding in entity extraction layer with semantic search enabled

This commit is contained in:
Storme-bit
2026-04-17 06:01:49 -07:00
parent cef1803af6
commit b4fd3ed72c

View File

@@ -1,5 +1,5 @@
const {semantic} = require('../semantic') const {semantic} = require('../semantic')
const { getEn, SERVICES, formatEpisodeText } = require('@nexusai/shared'); const { getEnv, SERVICES, formatEpisodeText } = require('@nexusai/shared');
const { upsertEntity } = require('./index'); const { upsertEntity } = require('./index');
const EXTRACTION_URL = getEnv('EXTRACTION_URL', 'http://localhost:11434'); const EXTRACTION_URL = getEnv('EXTRACTION_URL', 'http://localhost:11434');