gnodet commented on PR #22207: URL: https://github.com/apache/camel/pull/22207#issuecomment-4127395179
Good point! I've updated the `camel-openai` docs in this PR to show how the pgvector component integrates with openai embeddings. The pgvector component simplifies the flow — no need for raw SQL, manual `::vector` casting, or intermediate variables for the embedding. It also adds similarity search, HNSW indexing, and metadata filtering out of the box. The raw SQL approach via `camel-sql` is still documented as a fallback for custom table schemas or complex queries (joins, CTEs, etc.). _Claude Code on behalf of Guillaume Nodet_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
