select-ai 1.0.0.dev8__tar.gz → 1.0.0.dev9__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.dev9}/PKG-INFO +7 -8
  2. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/README.md +7 -8
  3. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/version.py +1 -1
  4. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9/src/select_ai.egg-info}/PKG-INFO +7 -8
  5. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/LICENSE.txt +0 -0
  6. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/MANIFEST.in +0 -0
  7. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/pyproject.toml +0 -0
  8. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/conversation_chat_session.py +0 -0
  9. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/conversations_list.py +0 -0
  10. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/create_ai_credential.py +0 -0
  11. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/delete_ai_credential.py +0 -0
  12. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/disable_ai_provider.py +0 -0
  13. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/enable_ai_provider.py +0 -0
  14. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_chat.py +0 -0
  15. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_create.py +0 -0
  16. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_explain_sql.py +0 -0
  17. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_gen_multi_table_synthetic_data.py +0 -0
  18. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_gen_single_table_synthetic_data.py +0 -0
  19. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_pipeline.py +0 -0
  20. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_run_sql.py +0 -0
  21. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_show_sql.py +0 -0
  22. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profile_sql_concurrent_tasks.py +0 -0
  23. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/profiles_list.py +0 -0
  24. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/vector_index_create.py +0 -0
  25. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/vector_index_delete.py +0 -0
  26. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/vector_index_list.py +0 -0
  27. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/async/vector_index_rag.py +0 -0
  28. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/conversation_chat_session.py +0 -0
  29. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/conversation_create.py +0 -0
  30. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/conversation_delete.py +0 -0
  31. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/conversations_list.py +0 -0
  32. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/create_ai_credential.py +0 -0
  33. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/delete_ai_credential.py +0 -0
  34. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/disable_ai_provider.py +0 -0
  35. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/enable_ai_provider.py +0 -0
  36. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_chat.py +0 -0
  37. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_create.py +0 -0
  38. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_delete.py +0 -0
  39. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_explain_sql.py +0 -0
  40. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_gen_multi_table_synthetic_data.py +0 -0
  41. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_gen_single_table_synthetic_data.py +0 -0
  42. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_narrate.py +0 -0
  43. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_run_sql.py +0 -0
  44. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profile_show_sql.py +0 -0
  45. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/profiles_list.py +0 -0
  46. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/vector_index_create.py +0 -0
  47. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/vector_index_delete.py +0 -0
  48. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/vector_index_list.py +0 -0
  49. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/samples/vector_index_rag.py +0 -0
  50. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/setup.cfg +0 -0
  51. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/__init__.py +0 -0
  52. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/_abc.py +0 -0
  53. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/_enums.py +0 -0
  54. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/action.py +0 -0
  55. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/async_profile.py +0 -0
  56. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/base_profile.py +0 -0
  57. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/conversation.py +0 -0
  58. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/credential.py +0 -0
  59. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/db.py +0 -0
  60. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/errors.py +0 -0
  61. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/profile.py +0 -0
  62. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/provider.py +0 -0
  63. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/sql.py +0 -0
  64. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/synthetic_data.py +0 -0
  65. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai/vector_index.py +0 -0
  66. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai.egg-info/SOURCES.txt +0 -0
  67. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai.egg-info/dependency_links.txt +0 -0
  68. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai.egg-info/requires.txt +0 -0
  69. {select_ai-1.0.0.dev8 → select_ai-1.0.0.dev9}/src/select_ai.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: select_ai
3
- Version: 1.0.0.dev8
3
+ Version: 1.0.0.dev9
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>
@@ -55,9 +55,8 @@ dsn = "<your_select_ai_db_connect_string>"
55
55
 
56
56
  select_ai.connect(user=user, password=password, dsn=dsn)
57
57
  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
- )
58
+ # run_sql returns a pandas dataframe
59
+ df = profile.run_sql(prompt="How many promotions?")
61
60
  print(df.columns)
62
61
  print(df)
63
62
  ```
@@ -95,12 +94,11 @@ Problem reports can be raised in [GitHub Issues][ghissues].
95
94
 
96
95
  ## Contributing
97
96
 
98
-
99
- This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
97
+ This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide][contributing]
100
98
 
101
99
  ## Security
102
100
 
103
- Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
101
+ Please consult the [security guide][security] for our responsible security vulnerability disclosure process
104
102
 
105
103
  ## License
106
104
 
@@ -109,7 +107,8 @@ Copyright (c) 2025 Oracle and/or its affiliates.
109
107
  Released under the Universal Permissive License v1.0 as shown at
110
108
  <https://oss.oracle.com/licenses/upl/>.
111
109
 
112
-
110
+ [contributing]: https://github.com/oracle/python-select-ai/blob/main/CONTRIBUTING.md
113
111
  [ghdiscussions]: https://github.com/oracle/python-select-ai/discussions
114
112
  [ghissues]: https://github.com/oracle/python-select-ai/issues
115
113
  [samples]: https://github.com/oracle/python-select-ai/tree/main/samples
114
+ [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
@@ -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.dev9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: select_ai
3
- Version: 1.0.0.dev8
3
+ Version: 1.0.0.dev9
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>
@@ -55,9 +55,8 @@ dsn = "<your_select_ai_db_connect_string>"
55
55
 
56
56
  select_ai.connect(user=user, password=password, dsn=dsn)
57
57
  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
- )
58
+ # run_sql returns a pandas dataframe
59
+ df = profile.run_sql(prompt="How many promotions?")
61
60
  print(df.columns)
62
61
  print(df)
63
62
  ```
@@ -95,12 +94,11 @@ Problem reports can be raised in [GitHub Issues][ghissues].
95
94
 
96
95
  ## Contributing
97
96
 
98
-
99
- This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
97
+ This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide][contributing]
100
98
 
101
99
  ## Security
102
100
 
103
- Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
101
+ Please consult the [security guide][security] for our responsible security vulnerability disclosure process
104
102
 
105
103
  ## License
106
104
 
@@ -109,7 +107,8 @@ Copyright (c) 2025 Oracle and/or its affiliates.
109
107
  Released under the Universal Permissive License v1.0 as shown at
110
108
  <https://oss.oracle.com/licenses/upl/>.
111
109
 
112
-
110
+ [contributing]: https://github.com/oracle/python-select-ai/blob/main/CONTRIBUTING.md
113
111
  [ghdiscussions]: https://github.com/oracle/python-select-ai/discussions
114
112
  [ghissues]: https://github.com/oracle/python-select-ai/issues
115
113
  [samples]: https://github.com/oracle/python-select-ai/tree/main/samples
114
+ [security]: https://github.com/oracle/python-select-ai/blob/main/SECURITY.md
File without changes