version 1.0.0 GA
Expected Behavior
vector store like pgvector, Weaviate should allow overriding the text/embedding column for storing, other than 'content' Possibly through app properties
Current Behavior
vector store like pgvector, weaviate expects that the column for storing embedding/ text should be 'content'
Context
Comment From: dev-jonghoonpark
For weaviate related issue : https://github.com/spring-projects/spring-ai/issues/3535 related pr : https://github.com/spring-projects/spring-ai/pull/3555
Comment From: dev-jonghoonpark
I'd like to try implementing a configurable content field name for PGvector also. I'll give it a try tomorrow.