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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ragit
3
- Version: 0.2
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
- **ragit** is a lightweight Python library that simplifies the management of vector databases using [ChromaDB](https://github.com/chroma-core/chroma) and [Sentence Transformers](https://www.sbert.net/). With ragit, you can easily create, update, query, and manage your vector database—all from CSV files containing text data.
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
- **ragit** is a lightweight Python library that simplifies the management of vector databases using [ChromaDB](https://github.com/chroma-core/chroma) and [Sentence Transformers](https://www.sbert.net/). With ragit, you can easily create, update, query, and manage your vector database—all from CSV files containing text data.
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.2
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
- **ragit** is a lightweight Python library that simplifies the management of vector databases using [ChromaDB](https://github.com/chroma-core/chroma) and [Sentence Transformers](https://www.sbert.net/). With ragit, you can easily create, update, query, and manage your vector database—all from CSV files containing text data.
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
 
@@ -5,7 +5,7 @@ with open("README.md", "r") as f:
5
5
 
6
6
  setup(
7
7
  name="ragit",
8
- version="0.2",
8
+ version="0.4",
9
9
  packages=find_packages(),
10
10
  install_requires = ['sentence-transformers>=3.4.1',
11
11
  'pandas>=2.2.3', 'chromadb>=0.6.3',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes