From 18cc31c9b5624fcf9d8dcf71a3d73449a0e129c5 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 24 Oct 2024 11:54:13 -0400 Subject: [PATCH] devops: Fix missing fields from rig-lancedb manifest --- rig-lancedb/Cargo.toml | 4 ++++ rig-lancedb/LICENSE | 7 +++++++ rig-lancedb/README.md | 2 ++ 3 files changed, 13 insertions(+) create mode 100644 rig-lancedb/LICENSE create mode 100644 rig-lancedb/README.md diff --git a/rig-lancedb/Cargo.toml b/rig-lancedb/Cargo.toml index 031df2d3..1405bbd3 100644 --- a/rig-lancedb/Cargo.toml +++ b/rig-lancedb/Cargo.toml @@ -2,6 +2,10 @@ name = "rig-lancedb" version = "0.1.0" edition = "2021" +license = "MIT" +readme = "README.md" +description = "Rig vector store index integration for LanceDB." +repository = "https://github.com/0xPlaygrounds/rig" [dependencies] lancedb = "0.10.0" diff --git a/rig-lancedb/LICENSE b/rig-lancedb/LICENSE new file mode 100644 index 00000000..878b5fbc --- /dev/null +++ b/rig-lancedb/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2024, Playgrounds Analytics Inc. + +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/rig-lancedb/README.md b/rig-lancedb/README.md new file mode 100644 index 00000000..b63c9740 --- /dev/null +++ b/rig-lancedb/README.md @@ -0,0 +1,2 @@ +# Rig-lancedb +Vector store index integration for LanceDB \ No newline at end of file