select_ai documentation¶
select_ai is a Python module which enables integrating DBMS_CLOUD_AI
PL/SQL package into Python workflows. It bridges the gap between PL/SQL package’s AI capabilities
and Python’s rich ecosystem.
Getting Started¶
Actions¶
Privileges¶
Provider¶
Credential¶
Profile Attributes¶
Profile¶
- 1. Profile Object Model
- 2. Base
ProfileAPI - 3.
ProfileAPIProfileProfile.add_negative_feedback()Profile.add_positive_feedback()Profile.chat()Profile.chat_session()Profile.create()Profile.delete()Profile.delete_feedback()Profile.explain_sql()Profile.fetch()Profile.generate()Profile.generate_synthetic_data()Profile.get_attributes()Profile.list()Profile.narrate()Profile.run_sql()Profile.set_attribute()Profile.set_attributes()Profile.show_prompt()Profile.show_sql()Profile.summarize()
- 4. Create Profile
- 5. Narrate
- 6. Show SQL
- 7. Run SQL
- 8. Chat
- 9. Summarize
- 10. List profiles
- 11. Async Profile
Conversation¶
Vector Index¶
- 1.
VectorIndexObject Model - 2.
VectorIndexAttributes - 3.
VectorIndexAPI - 4.
AsyncVectorIndexAPI