select-ai 1.0.0.dev8__py3-none-any.whl → 1.0.0.dev10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of select-ai might be problematic. Click here for more details.

select_ai/version.py CHANGED
@@ -5,4 +5,4 @@
5
5
  # http://oss.oracle.com/licenses/upl.
6
6
  # -----------------------------------------------------------------------------
7
7
 
8
- __version__ = "1.0.0.dev8"
8
+ __version__ = "1.0.0.dev10"
@@ -1,10 +1,13 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: select_ai
3
- Version: 1.0.0.dev8
3
+ Version: 1.0.0.dev10
4
4
  Summary: Select AI for Python
5
5
  Author-email: Abhishek Singh <abhishek.o.singh@oracle.com>
6
6
  Maintainer-email: Abhishek Singh <abhishek.o.singh@oracle.com>
7
7
  License-Expression: UPL-1.0
8
+ Project-URL: Homepage, https://github.com/oracle/python-select-ai
9
+ Project-URL: Repository, https://github.com/oracle/python-select-ai
10
+ Project-URL: Issues, https://github.com/oracle/python-select-ai/issues
8
11
  Keywords: oracle,select-ai,adbs,autonomous database serverless
9
12
  Classifier: Development Status :: 4 - Beta
10
13
  Classifier: Intended Audience :: Developers
@@ -55,9 +58,8 @@ dsn = "<your_select_ai_db_connect_string>"
55
58
 
56
59
  select_ai.connect(user=user, password=password, dsn=dsn)
57
60
  profile = select_ai.Profile(profile_name="oci_ai_profile")
58
- df = profile.run_sql(
59
- prompt="How many promotions are there in the sh database?"
60
- )
61
+ # run_sql returns a pandas dataframe
62
+ df = profile.run_sql(prompt="How many promotions?")
61
63
  print(df.columns)
62
64
  print(df)
63
65
  ```
@@ -95,12 +97,11 @@ Problem reports can be raised in [GitHub Issues][ghissues].
95
97
 
96
98
  ## Contributing
97
99
 
98
-
99
- This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
100
+ This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide][contributing]
100
101
 
101
102
  ## Security
102
103
 
103
- Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
104
+ Please consult the [security guide][security] for our responsible security vulnerability disclosure process
104
105
 
105
106
  ## License
106
107
 
@@ -109,7 +110,8 @@ Copyright (c) 2025 Oracle and/or its affiliates.
109
110
  Released under the Universal Permissive License v1.0 as shown at
110
111
  <https://oss.oracle.com/licenses/upl/>.
111
112
 
112
-
113
+ [contributing]: https://github.com/oracle/python-select-ai/blob/main/CONTRIBUTING.md
113
114
  [ghdiscussions]: https://github.com/oracle/python-select-ai/discussions
114
115
  [ghissues]: https://github.com/oracle/python-select-ai/issues
115
116
  [samples]: https://github.com/oracle/python-select-ai/tree/main/samples
117
+ [security]: https://github.com/oracle/python-select-ai/blob/main/SECURITY.md
@@ -13,9 +13,9 @@ select_ai/provider.py,sha256=Sv0b-6SQJEoasPsnyHcWg1W8gS8nKldUW-83lL4MDm8,8285
13
13
  select_ai/sql.py,sha256=9yCdB1H_sYpjMLs-6SB8xf5-QpTwCAx4cIgIsElvly4,2786
14
14
  select_ai/synthetic_data.py,sha256=-l4eHLsTQRYTgJdsscszSWJlo9p75rLFMpH4XIodllE,3303
15
15
  select_ai/vector_index.py,sha256=C6a3jgZ6ffyel7fF5owHV_2G4T_E62pmGp1QXl28M4w,20475
16
- select_ai/version.py,sha256=9koElJAsAO9YflC7ndP0-ddsM4LAmyrJUQVmOKjJXz0,348
17
- select_ai-1.0.0.dev8.dist-info/licenses/LICENSE.txt,sha256=_0VqOxSjO1hu6JexZDVzqUXSmzH1A53EOfyiJzXTBKc,1840
18
- select_ai-1.0.0.dev8.dist-info/METADATA,sha256=TfklSE5CPwcdIc-paAEVPvUIlUmX10TlDFYjhNe703E,3705
19
- select_ai-1.0.0.dev8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- select_ai-1.0.0.dev8.dist-info/top_level.txt,sha256=u_QUAHDibro58Lvi_MU6a9Wc6VfQT8HEQm0cciMTP-c,10
21
- select_ai-1.0.0.dev8.dist-info/RECORD,,
16
+ select_ai/version.py,sha256=NrZXqNamU29KnNZODHhlgDqv3-0u5NuU0NDBHObz4Dg,349
17
+ select_ai-1.0.0.dev10.dist-info/licenses/LICENSE.txt,sha256=_0VqOxSjO1hu6JexZDVzqUXSmzH1A53EOfyiJzXTBKc,1840
18
+ select_ai-1.0.0.dev10.dist-info/METADATA,sha256=TVVLIGMtr1qomME53V3onLw8hcwAAWnFfLNqCeF9ZCg,4063
19
+ select_ai-1.0.0.dev10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ select_ai-1.0.0.dev10.dist-info/top_level.txt,sha256=u_QUAHDibro58Lvi_MU6a9Wc6VfQT8HEQm0cciMTP-c,10
21
+ select_ai-1.0.0.dev10.dist-info/RECORD,,