Hi,
I've setup a ollama server and configured Apache as reverse proxy to ollama service, and I have configured Apache Basic Authentication to access the apache server.
Tested using curl to access the apache server by passing the --header 'Authorization: Basic <BASE64>' line, and it is working.
How do I configure ADB to store the web server Basic Authentication credential in oracle using DBMS_VECTOR_CHAIN.CREATE_CREDENTIAL?