diff --git a/ai/gen-ai-agents/custom_rag_agent/LICENSE b/ai/gen-ai-agents/custom_rag_agent/LICENSE index fb2e1fcb6..ba2a03c8e 100644 --- a/ai/gen-ai-agents/custom_rag_agent/LICENSE +++ b/ai/gen-ai-agents/custom_rag_agent/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Luigi Saetta +Copyright (c) 2025 Oracle Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/ai/gen-ai-agents/custom_rag_agent/config_private.py b/ai/gen-ai-agents/custom_rag_agent/config_private.py deleted file mode 100644 index e2a144cd2..000000000 --- a/ai/gen-ai-agents/custom_rag_agent/config_private.py +++ /dev/null @@ -1,23 +0,0 @@ -""" -Private config -""" - -# Oracle Vector Store -VECTOR_DB_USER = "TEST_VECTOR" -VECTOR_DB_PWD = "GenaAiGen2024##" -VECTOR_WALLET_PWD = "welcome1" -VECTOR_DSN = "aidb_medium" -VECTOR_WALLET_DIR = "/Users/lsaetta/Progetti/ai_assistant3/WALLET_VECTOR" - - -CONNECT_ARGS = { - "user": VECTOR_DB_USER, - "password": VECTOR_DB_PWD, - "dsn": VECTOR_DSN, - "config_dir": VECTOR_WALLET_DIR, - "wallet_location": VECTOR_WALLET_DIR, - "wallet_password": VECTOR_WALLET_PWD, -} - -# integration with APM -APM_PUBLIC_KEY = "6OXZ45BTT5AHD5KYICGOMLXXAZYTTLGT" diff --git a/ai/gen-ai-agents/custom_rag_agent/images/ui_image.png b/ai/gen-ai-agents/custom_rag_agent/images/ui_image.png new file mode 100644 index 000000000..b8e0dd78a Binary files /dev/null and b/ai/gen-ai-agents/custom_rag_agent/images/ui_image.png differ