ragit 0.2__tar.gz → 0.4__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.
- {ragit-0.2 → ragit-0.4}/PKG-INFO +7 -11
- {ragit-0.2 → ragit-0.4}/README.md +6 -10
- {ragit-0.2 → ragit-0.4}/ragit.egg-info/PKG-INFO +7 -11
- {ragit-0.2 → ragit-0.4}/setup.py +1 -1
- {ragit-0.2 → ragit-0.4}/ragit/__init__.py +0 -0
- {ragit-0.2 → ragit-0.4}/ragit/main.py +0 -0
- {ragit-0.2 → ragit-0.4}/ragit.egg-info/SOURCES.txt +0 -0
- {ragit-0.2 → ragit-0.4}/ragit.egg-info/dependency_links.txt +0 -0
- {ragit-0.2 → ragit-0.4}/ragit.egg-info/requires.txt +0 -0
- {ragit-0.2 → ragit-0.4}/ragit.egg-info/top_level.txt +0 -0
- {ragit-0.2 → ragit-0.4}/setup.cfg +0 -0
{ragit-0.2 → ragit-0.4}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ragit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4
|
|
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
|
+
**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.
|
|
20
|
+
|
|
21
|
+
Github Repo : [stsfaroz](https://github.com/stsfaroz/ragit)
|
|
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
|
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
# ragit
|
|
2
1
|
|
|
3
|
-
|
|
2
|
+
# Ragit
|
|
3
|
+
🚀 Smart, Fast, Scalable Search 🚀
|
|
4
|
+
|
|
5
|
+
**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.
|
|
6
|
+
|
|
7
|
+
Github Repo : [stsfaroz](https://github.com/stsfaroz/ragit)
|
|
4
8
|
|
|
5
9
|
## Features
|
|
6
10
|
|
|
@@ -10,14 +14,6 @@
|
|
|
10
14
|
- **Data Retrieval:** Fetch entries by IDs or exact text matches.
|
|
11
15
|
- **Deletion:** Remove single entries or entire collections when needed.
|
|
12
16
|
|
|
13
|
-
## Installation
|
|
14
|
-
|
|
15
|
-
Install ragit from PyPI using pip:
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
pip install ragit
|
|
19
|
-
```
|
|
20
|
-
|
|
21
17
|
## CSV File Format
|
|
22
18
|
ragit expects your CSV file to have exactly two columns: `id` and `text`.
|
|
23
19
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: ragit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4
|
|
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
|
+
**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.
|
|
20
|
+
|
|
21
|
+
Github Repo : [stsfaroz](https://github.com/stsfaroz/ragit)
|
|
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
|
|
{ragit-0.2 → ragit-0.4}/setup.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|