Skip to content

Commit 5492d6c

Browse files
committed
Updated docs to include privilege.rst
1 parent b51a5a2 commit 5492d6c

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

doc/source/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Actions
3232

3333
user_guide/actions.rst
3434

35+
Privileges
36+
==========
37+
38+
.. toctree::
39+
:numbered:
40+
:maxdepth: 3
41+
42+
user_guide/privileges.rst
43+
3544
Provider
3645
========
3746

doc/source/user_guide/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ To use ``select_ai`` you need:
1414
- Python 3.9, 3.10, 3.11, 3.12, 3.13 or 3.14
1515

1616
.. warning::
17-
For async APIs, use Python 3.11 or higher. Python 3.11 introduced
18-
stabilized the async event loop management and introduced better-structured
19-
APIs
17+
18+
For async APIs, use Python 3.11 or higher. Python 3.11 stabilized the async
19+
event loop management and introduced better-structured APIs
2020

2121
- ``python-oracledb`` - This package is automatically installed as a dependency requirement
2222

doc/source/user_guide/vector_index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ output::
8282
.. latex:clearpage::
8383
8484
85-
Get vector index attributes
85+
Fetch vector index
8686
+++++++++++++++++++++++++++
8787

8888
You can fetch the vector index attributes and associated AI profile using
@@ -195,7 +195,7 @@ output::
195195
.. latex:clearpage::
196196
197197
198-
Async get vector index attributes
198+
Async fetch vector index
199199
+++++++++++++++++++++++++++++++++
200200

201201
You can fetch the vector index attributes and associated AI profile using

samples/vector_index_fetch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@
2424
vector_index = select_ai.VectorIndex.fetch(index_name="test_vector_index")
2525
print(vector_index.attributes)
2626
print(vector_index.profile)
27-
print(select_ai.VectorIndex(index_name=None).get_attributes())

0 commit comments

Comments
 (0)