ragit 0.2__py3-none-any.whl → 0.3__py3-none-any.whl
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ragit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3
|
|
4
4
|
Description-Content-Type: text/markdown
|
|
5
5
|
Requires-Dist: sentence-transformers>=3.4.1
|
|
6
6
|
Requires-Dist: pandas>=2.2.3
|
|
@@ -12,9 +12,13 @@ Dynamic: description
|
|
|
12
12
|
Dynamic: description-content-type
|
|
13
13
|
Dynamic: requires-dist
|
|
14
14
|
|
|
15
|
-
# ragit
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
# Ragit
|
|
17
|
+
🚀 Smart, Fast, Scalable Search 🚀
|
|
18
|
+
|
|
19
|
+
Github Repo : [stsfaroz](https://github.com/stsfaroz/ragit)
|
|
20
|
+
|
|
21
|
+
**ragit** is a lightweight Python library that simplifies the management of vector databases using [ChromaDB](https://github.com/chroma-core/chroma). With ragit, you can easily create, update, query, and manage your vector database—all from CSV files containing text data.
|
|
18
22
|
|
|
19
23
|
## Features
|
|
20
24
|
|
|
@@ -24,14 +28,6 @@ Dynamic: requires-dist
|
|
|
24
28
|
- **Data Retrieval:** Fetch entries by IDs or exact text matches.
|
|
25
29
|
- **Deletion:** Remove single entries or entire collections when needed.
|
|
26
30
|
|
|
27
|
-
## Installation
|
|
28
|
-
|
|
29
|
-
Install ragit from PyPI using pip:
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
pip install ragit
|
|
33
|
-
```
|
|
34
|
-
|
|
35
31
|
## CSV File Format
|
|
36
32
|
ragit expects your CSV file to have exactly two columns: `id` and `text`.
|
|
37
33
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
ragit/__init__.py,sha256=GECJxYFL_0PMy6tbcVFpW9Fhe1JiI2uXH4iJWhUHpKs,48
|
|
2
|
+
ragit/main.py,sha256=L5jId4Cwrd99tV10QzokvF3XWarOj3vPEOWLzPrTMN0,12721
|
|
3
|
+
ragit-0.3.dist-info/METADATA,sha256=CudjOrPzxSzl46OhIUtL5mhkhhwgkdcWO9UB3nXzuCE,5103
|
|
4
|
+
ragit-0.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
5
|
+
ragit-0.3.dist-info/top_level.txt,sha256=pkPbG7yrw61wt9_y_xcLE2vq2a55fzockASD0yq0g4s,6
|
|
6
|
+
ragit-0.3.dist-info/RECORD,,
|
ragit-0.2.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
ragit/__init__.py,sha256=GECJxYFL_0PMy6tbcVFpW9Fhe1JiI2uXH4iJWhUHpKs,48
|
|
2
|
-
ragit/main.py,sha256=L5jId4Cwrd99tV10QzokvF3XWarOj3vPEOWLzPrTMN0,12721
|
|
3
|
-
ragit-0.2.dist-info/METADATA,sha256=knjvlMJlF3B2PWeLQRcYmc2U0gX2-GA9-uuHsyB5vY8,5138
|
|
4
|
-
ragit-0.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
5
|
-
ragit-0.2.dist-info/top_level.txt,sha256=pkPbG7yrw61wt9_y_xcLE2vq2a55fzockASD0yq0g4s,6
|
|
6
|
-
ragit-0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|