Comments
-
Hi, thanks for sharing this use case. At a high level, I'd recommend looking into OAC's JavaScript embedding framework with access token authentication for a seamless user experience. You may also want to leverage row-level security to ensure users only see data relevant to their assigned brand or region.…
-
Since the agent ran successfully, it might be an email delivery issue. I'd check the spam folder, recipient email settings, and attachment size limits." https://docs.oracle.com/en/cloud/
-
This sounds like a good use case for a RAG (Retrieval-Augmented Generation) approach rather than generating dozens of intents from the PDF. By indexing the 80-page document in a vector store and connecting it to an LLM, the agent can retrieve relevant sections and provide more accurate answers. Curious if anyone has…
-
Thanks for sharing, Laurie This is a practical approach to moving AI from isolated experiments to real business impact. Looking forward to exploring the framework and learning how others are applying it successfully.