ragit 0.3__py3-none-any.whl → 0.4__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
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
@@ -16,10 +16,10 @@ Dynamic: requires-dist
16
16
  # Ragit
17
17
  🚀 Smart, Fast, Scalable Search 🚀
18
18
 
19
- Github Repo : [stsfaroz](https://github.com/stsfaroz/ragit)
20
-
21
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.
22
20
 
21
+ Github Repo : [stsfaroz](https://github.com/stsfaroz/ragit)
22
+
23
23
  ## Features
24
24
 
25
25
  - **Create a Vector Database:** Build your database from a CSV file with two required columns: `id` and `text`.
@@ -0,0 +1,6 @@
1
+ ragit/__init__.py,sha256=GECJxYFL_0PMy6tbcVFpW9Fhe1JiI2uXH4iJWhUHpKs,48
2
+ ragit/main.py,sha256=L5jId4Cwrd99tV10QzokvF3XWarOj3vPEOWLzPrTMN0,12721
3
+ ragit-0.4.dist-info/METADATA,sha256=LxaAJ2JwAHdWzECdsoVYlswcLQK8h2y1mbM7Ys0TFDE,5103
4
+ ragit-0.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ ragit-0.4.dist-info/top_level.txt,sha256=pkPbG7yrw61wt9_y_xcLE2vq2a55fzockASD0yq0g4s,6
6
+ ragit-0.4.dist-info/RECORD,,
@@ -1,6 +0,0 @@
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,,
File without changes