select-ai 1.0.0.dev8__tar.gz → 1.0.0.dev10__tar.gz

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.

Files changed (69) hide show
  1. {select_ai-1.0.0.dev8/src/select_ai.egg-info → select_ai-1.0.0.dev10}/PKG-INFO +10 -8
  2. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/README.md +7 -8
  3. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/pyproject.toml +5 -0
  4. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/version.py +1 -1
  5. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10/src/select_ai.egg-info}/PKG-INFO +10 -8
  6. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/LICENSE.txt +0 -0
  7. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/MANIFEST.in +0 -0
  8. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/conversation_chat_session.py +0 -0
  9. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/conversations_list.py +0 -0
  10. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/create_ai_credential.py +0 -0
  11. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/delete_ai_credential.py +0 -0
  12. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/disable_ai_provider.py +0 -0
  13. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/enable_ai_provider.py +0 -0
  14. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_chat.py +0 -0
  15. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_create.py +0 -0
  16. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_explain_sql.py +0 -0
  17. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_gen_multi_table_synthetic_data.py +0 -0
  18. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_gen_single_table_synthetic_data.py +0 -0
  19. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_pipeline.py +0 -0
  20. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_run_sql.py +0 -0
  21. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_show_sql.py +0 -0
  22. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profile_sql_concurrent_tasks.py +0 -0
  23. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/profiles_list.py +0 -0
  24. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/vector_index_create.py +0 -0
  25. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/vector_index_delete.py +0 -0
  26. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/vector_index_list.py +0 -0
  27. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/async/vector_index_rag.py +0 -0
  28. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/conversation_chat_session.py +0 -0
  29. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/conversation_create.py +0 -0
  30. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/conversation_delete.py +0 -0
  31. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/conversations_list.py +0 -0
  32. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/create_ai_credential.py +0 -0
  33. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/delete_ai_credential.py +0 -0
  34. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/disable_ai_provider.py +0 -0
  35. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/enable_ai_provider.py +0 -0
  36. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_chat.py +0 -0
  37. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_create.py +0 -0
  38. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_delete.py +0 -0
  39. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_explain_sql.py +0 -0
  40. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_gen_multi_table_synthetic_data.py +0 -0
  41. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_gen_single_table_synthetic_data.py +0 -0
  42. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_narrate.py +0 -0
  43. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_run_sql.py +0 -0
  44. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profile_show_sql.py +0 -0
  45. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/profiles_list.py +0 -0
  46. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/vector_index_create.py +0 -0
  47. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/vector_index_delete.py +0 -0
  48. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/vector_index_list.py +0 -0
  49. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/samples/vector_index_rag.py +0 -0
  50. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/setup.cfg +0 -0
  51. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/__init__.py +0 -0
  52. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/_abc.py +0 -0
  53. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/_enums.py +0 -0
  54. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/action.py +0 -0
  55. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/async_profile.py +0 -0
  56. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/base_profile.py +0 -0
  57. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/conversation.py +0 -0
  58. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/credential.py +0 -0
  59. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/db.py +0 -0
  60. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/errors.py +0 -0
  61. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/profile.py +0 -0
  62. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/provider.py +0 -0
  63. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/sql.py +0 -0
  64. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/synthetic_data.py +0 -0
  65. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai/vector_index.py +0 -0
  66. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai.egg-info/SOURCES.txt +0 -0
  67. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai.egg-info/dependency_links.txt +0 -0
  68. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai.egg-info/requires.txt +0 -0
  69. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev10}/src/select_ai.egg-info/top_level.txt +0 -0
@@ -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
@@ -28,9 +28,8 @@ dsn = "<your_select_ai_db_connect_string>"
28
28
 
29
29
  select_ai.connect(user=user, password=password, dsn=dsn)
30
30
  profile = select_ai.Profile(profile_name="oci_ai_profile")
31
- df = profile.run_sql(
32
- prompt="How many promotions are there in the sh database?"
33
- )
31
+ # run_sql returns a pandas dataframe
32
+ df = profile.run_sql(prompt="How many promotions?")
34
33
  print(df.columns)
35
34
  print(df)
36
35
  ```
@@ -68,12 +67,11 @@ Problem reports can be raised in [GitHub Issues][ghissues].
68
67
 
69
68
  ## Contributing
70
69
 
71
-
72
- This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
70
+ This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide][contributing]
73
71
 
74
72
  ## Security
75
73
 
76
- Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
74
+ Please consult the [security guide][security] for our responsible security vulnerability disclosure process
77
75
 
78
76
  ## License
79
77
 
@@ -82,7 +80,8 @@ Copyright (c) 2025 Oracle and/or its affiliates.
82
80
  Released under the Universal Permissive License v1.0 as shown at
83
81
  <https://oss.oracle.com/licenses/upl/>.
84
82
 
85
-
83
+ [contributing]: https://github.com/oracle/python-select-ai/blob/main/CONTRIBUTING.md
86
84
  [ghdiscussions]: https://github.com/oracle/python-select-ai/discussions
87
85
  [ghissues]: https://github.com/oracle/python-select-ai/issues
88
- [samples]: https://github.com/oracle/python-select-ai/tree/main/samples
86
+ [samples]: https://github.com/oracle/python-select-ai/tree/main/samples
87
+ [security]: https://github.com/oracle/python-select-ai/blob/main/SECURITY.md
@@ -41,6 +41,11 @@ dependencies = [
41
41
  "pandas==2.2.3"
42
42
  ]
43
43
 
44
+ [project.urls]
45
+ Homepage = "https://github.com/oracle/python-select-ai"
46
+ Repository = "https://github.com/oracle/python-select-ai"
47
+ Issues = "https://github.com/oracle/python-select-ai/issues"
48
+
44
49
  [tool.setuptools.packages.find]
45
50
  where = ["src"]
46
51
 
@@ -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