davsclaus commented on PR #23443:
URL: https://github.com/apache/camel/pull/23443#issuecomment-4529356392

   @Croway 
   
   ⏺ Now I get it. Forage isn't really about "bean factories" from a user's 
perspective — that's an implementation detail. Here's what it actually does for 
you:
   
     The core value: You can connect Camel routes to AI models, databases, and 
vector stores using just properties/env vars — zero Java wiring code. Drop in a 
dependency, set a few
     properties, and your route can talk to OpenAI, PostgreSQL, Qdrant, etc.
   
     Here are elevator-pitch-style descriptions:
   
     1. "Connect to AI models, databases, and vector stores with zero Java code"
     2. "Add AI, JDBC, and vector database support to routes via properties"
     3. "Property-driven AI models, databases, and vector stores for Camel 
routes"
     4. "Wire AI models, databases, and vector stores using just configuration"
     5. "Drop-in AI, database, and vector store support — configure, don't code"
     6. "Use AI models and databases in routes without writing Java beans"
   
     The key shift: instead of saying what it is (bean factories), say what it 
does for you (connect to AI/databases without code). Which direction resonates?


-- 
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]

Reply via email to