diff --git a/ahnlich/Cargo.lock b/ahnlich/Cargo.lock index 09f0cf95..deffdeac 100644 --- a/ahnlich/Cargo.lock +++ b/ahnlich/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "ahnlich_client_rs" -version = "0.1.0" +version = "0.0.0" dependencies = [ "ahnlich_types", "ai", diff --git a/ahnlich/client/Cargo.toml b/ahnlich/client/Cargo.toml index 45705945..89adc404 100644 --- a/ahnlich/client/Cargo.toml +++ b/ahnlich/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ahnlich_client_rs" -version = "0.1.0" +version = "0.0.0" authors = ["Diretnan Domnan "] categories = ["database-implementations", "database", "web-programming"] keywords = ["ahnlich", "in-memory", "artificial-intelligence", "ai"] diff --git a/ahnlich/types/Cargo.toml b/ahnlich/types/Cargo.toml index f774a73a..09061816 100644 --- a/ahnlich/types/Cargo.toml +++ b/ahnlich/types/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "ahnlich_types" version = "0.0.0" +authors = ["Diretnan Domnan "] +categories = ["database-implementations", "database", "web-programming"] +keywords = ["ahnlich", "in-memory", "artificial-intelligence", "ai"] edition = "2021" +license-file = "LICENSE" +homepage = "https://github.com/deven96/ahnlich/ahnlich/types" +repository = "https://github.com/deven96/ahnlich/ahnlich/types" +description = "Types for using ahnlich_client_rs AI proxy and in-memory vector DB" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/ahnlich/types/LICENSE b/ahnlich/types/LICENSE new file mode 100644 index 00000000..a0cc3337 --- /dev/null +++ b/ahnlich/types/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Diretnan Domnan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/sdk/ahnlich-client-py/MSG_TAG b/sdk/ahnlich-client-py/MSG_TAG index 7197e6e4..9f7f2b68 100644 --- a/sdk/ahnlich-client-py/MSG_TAG +++ b/sdk/ahnlich-client-py/MSG_TAG @@ -1,3 +1 @@ Heimdall, open the bifrost. -A Python client that interacts with both ahnlich DB and AI. Bincode serialization and deserialization implemented - diff --git a/sdk/ahnlich-client-py/VERSION b/sdk/ahnlich-client-py/VERSION index d0ba9345..60341a67 100644 --- a/sdk/ahnlich-client-py/VERSION +++ b/sdk/ahnlich-client-py/VERSION @@ -1,2 +1,2 @@ -CLIENT="0.3.0" -PROTOCOL="0.1.0" +CLIENT="0.0.0" +PROTOCOL="0.0.0"