You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yah. Customization is good. The schema for the existing supported databases aren’t easily overridden. Schema for unsupported databases however are easy to provide: just add a .sql file in the class the sql initializer would look for it /src/man/resources/org/springframework/ai/blah/schema-oracle.sql
The initialiser substitutes the platform name in the file name. That already ‘just works’
I don’t know (I’m afk) if there’s a way to tell our various JDBC-backed things to back off for the databases we do support. I’d be surprised if we didn’t. Don’t we have initialize-schema=true or something ?
please make the SQL tables that are generated - in at least the JdbcChatMemory and the PgVectorStore implementations - consistent.
AI_CHAT_MEMORY
SPRING_AI_VECTORS
Maybe
SPRING_AI_CHAT_MEMORY
as a useful default?The text was updated successfully, but these errors were encountered: