adding in entity extraction layer with semantic search enabled
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user