-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"added more functions and tests, initial README"
- Loading branch information
Showing
3 changed files
with
333 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# The RelationalAI Software Development Kit for Snowflake Snowpark | ||
|
||
The RelationalAI (RAI) SDK for Python enables developers to access the RAI | ||
REST APIs from Snowflake Snowpark. | ||
|
||
* You can find RelationalAI Python SDK documentation at <https://docs.relational.ai/rkgms/sdk/python-sdk> | ||
* You can find RelationalAI product documentation at <https://docs.relational.ai> | ||
* You can learn more about RelationalAI at <https://relational.ai> | ||
|
||
## Getting started | ||
|
||
### Requirements | ||
|
||
* Python 3.7+ | ||
|
||
### Installing the SDK | ||
|
||
Install from source in `editable` mode. | ||
|
||
```console | ||
$ git clone [email protected]:RelationalAI/rai-sdk-python.git | ||
$ cd rai-sdk-python | ||
$ [sudo] pip install -e relationalai-snowflake-sdk | ||
``` | ||
|
||
## Support | ||
|
||
You can reach the RAI developer support team at `[email protected]` | ||
|
||
## Contributing | ||
|
||
We value feedback and contributions from our developer community. Feel free | ||
to submit an issue or a PR here. | ||
|
||
## License | ||
|
||
The RelationalAI Software Development Kit for Python is licensed under the | ||
Apache License 2.0. See: | ||
https://github.com/RelationalAI/rai-sdk-python/blob/master/LICENSE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.