Hi, I need help with something. I'm trying to load data using tap-csv extractor and then use a mapper using map-gpt-embeddings with the following configuration:
mappers:
- name: map-gpt-embeddings
variant: meltanolabs
pip_url: git+<https://github.com/meltanolabs/map-gpt-embeddings>
executable: map-gpt-embeddings
settings:
- name: openai_api_key
kind: string
sensitive: true
mappings:
- name: add-embeddings
config:
document_text_property: name
document_metadata_property: metadata
splitter_config:
chunk_size: 500
chunk_overlap: 200
I'm just having some trouble configuring the Mapper with
document_metadata_property
. I'm still quite new to all of this; any help would be appreciated.