Replies: 1 comment
-
Hi @qujch! I'm Dosu and I’m helping the dify team. Dify does support Oracle 23ai as a vector database backend, but connection errors are usually caused by misconfiguration or network issues. Here’s how to set it up and troubleshoot: Configuration:
Example: ORACLE_USER: dify
ORACLE_PASSWORD: dify
ORACLE_DSN: localhost:1521/FREEPDB1
ORACLE_IS_AUTONOMOUS: false See docker-compose.yaml reference and OracleVectorConfig details. Checklist for troubleshooting:
Common causes of connection errors:
If you still see errors, please share the exact error message from the Dify logs for more targeted help. References:
To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
I deployed Oracle 23ai free version as the vector database in local Linux VM, and then I deployed Docker + Ollama + Dify in the same local Linux VM. When I upload the file to do embedding in Dify, there is an error happened: vector database connection error.
How to resolve the error? How should I configure the local oracle 23ai as dify vector database?
Beta Was this translation helpful? Give feedback.
All reactions