Package dev.langchain4j.experimental.rag.content.retriever.sql
package dev.langchain4j.experimental.rag.content.retriever.sql
-
ClassDescriptionWARNING! Although fun and exciting, this class is dangerous to use! Do not ever use this in production! The database user must have very limited READ-ONLY permissions! Although the generated SQL is somewhat validated (to ensure that the SQL is a SELECT statement) using JSqlParser, this class does not guarantee that the SQL will be harmless.