pgsync icon indicating copy to clipboard operation
pgsync copied to clipboard

support pre-process using NLP from plugin

Open virtualaidev opened this issue 2 years ago • 1 comments

PGSync version: 2.5.0

Postgres version: debezium/postgres:15

Elasticsearch version: docker.elastic.co/elasticsearch/elasticsearch:8.7.0

Redis version: 6.2.6

Python version: 3.7

Problem Description:

I like to pre-process documents through NLP for text embedding before indexing to ES. Can I use the plugin for this? I believe plugin works for each document not the list of documents, or am I wrong with this?

virtualaidev avatar Apr 04 '23 08:04 virtualaidev

HI and sorry about the delay, Yes the plug-in operates on each document and allows you to perform custom transformations

toluaina avatar Jul 22 '23 16:07 toluaina