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¶
Provider¶
Credential¶
Profile Attributes¶
Profile¶
- Profile Object Model
- Base
ProfileAPI 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()
- Create Profile
- Narrate
- Show SQL
- Run SQL
- Chat
- Summarize
- List profiles
- Async Profile
Conversation¶
Vector Index¶
- 1.
VectorIndexObject Model - 2.
VectorIndexAttributes - 3.
VectorIndexAPI - 4.
AsyncVectorIndexAPI