swarmauri_vectorstore_redis 0.7.0.dev12__py3-none-any.whl → 0.7.1__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.3
2
2
  Name: swarmauri_vectorstore_redis
3
- Version: 0.7.0.dev12
3
+ Version: 0.7.1
4
4
  Summary: Swarmauri Redis Vector Store
5
5
  License: Apache-2.0
6
6
  Author: Jacob Stewart
@@ -18,20 +18,25 @@ Requires-Dist: swarmauri_embedding_doc2vec
18
18
  Requires-Dist: swarmauri_standard
19
19
  Description-Content-Type: text/markdown
20
20
 
21
- ![Swarmauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
22
21
 
23
- <div align="center">
22
+ ![Swamauri Logo](https://res.cloudinary.com/dbjmpekvl/image/upload/v1730099724/Swarmauri-logo-lockup-2048x757_hww01w.png)
24
23
 
25
- ![PyPI - Downloads](https://img.shields.io/pypi/dm/swarmauri_vectorstore_redis)
26
- ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/swarmauri_vectorstore_redis)
27
- ![PyPI - License](https://img.shields.io/pypi/l/swarmauri_vectorstore_redis)
28
- ![PyPI - Version](https://img.shields.io/pypi/v/swarmauri_vectorstore_redis?label=swarmauri_vectorstore_redis&color=green)
29
-
30
- </div>
24
+ <p align="center">
25
+ <a href="https://pypi.org/project/swarmauri_vectorstore_redis/">
26
+ <img src="https://img.shields.io/pypi/dm/swarmauri_vectorstore_redis" alt="PyPI - Downloads"/></a>
27
+ <a href="https://github.com/swarmauri/swarmauri-sdk/blob/master/pkgs/community/swarmauri_vectorstore_redis/README.md">
28
+ <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https://github.com/swarmauri/swarmauri-sdk/pkgs/community/swarmauri_vectorstore_redis/README.md&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false" alt="GitHub Hits"/></a>
29
+ <a href="https://pypi.org/project/swarmauri_vectorstore_redis/">
30
+ <img src="https://img.shields.io/pypi/pyversions/swarmauri_vectorstore_redis" alt="PyPI - Python Version"/></a>
31
+ <a href="https://pypi.org/project/swarmauri_vectorstore_redis/">
32
+ <img src="https://img.shields.io/pypi/l/swarmauri_vectorstore_redis" alt="PyPI - License"/></a>
33
+ <a href="https://pypi.org/project/swarmauri_vectorstore_redis/">
34
+ <img src="https://img.shields.io/pypi/v/swarmauri_vectorstore_redis?label=swarmauri_vectorstore_redis&color=green" alt="PyPI - swarmauri_vectorstore_redis"/></a>
35
+ </p>
31
36
 
32
37
  ---
33
38
 
34
- # Redis Vector Store for Swarmauri
39
+ # Swarmauri Vectorstore Redis
35
40
 
36
41
  A Redis-based vector store implementation for the Swarmauri SDK that enables efficient storage and retrieval of document embeddings.
37
42
 
@@ -0,0 +1,8 @@
1
+ swarmauri_vectorstore_redis/RedisDocumentRetriever.py,sha256=KpyLF5ppV39resScSVnKmaI5GRGb-XFsIRu_NuVf5BA,2123
2
+ swarmauri_vectorstore_redis/RedisVectorStore.py,sha256=AaHx_LXVaRv9673YZ7lxyD3zfsnQxNwi1e64M-jJDsA,8805
3
+ swarmauri_vectorstore_redis/__init__.py,sha256=VZnPDlZSK6XwoXchn0goAHYqfS-f0RMJiYUFqkQjvOo,591
4
+ swarmauri_vectorstore_redis-0.7.1.dist-info/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
5
+ swarmauri_vectorstore_redis-0.7.1.dist-info/METADATA,sha256=qAWwyNCOnbupFBg_WuxZOJr064SKX-imWmqSBQgqcaE,3081
6
+ swarmauri_vectorstore_redis-0.7.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
7
+ swarmauri_vectorstore_redis-0.7.1.dist-info/entry_points.txt,sha256=HSN4TqGUlAgs7ovkyK0DCa0k4MoQkF2irfPAPjIw9kU,227
8
+ swarmauri_vectorstore_redis-0.7.1.dist-info/RECORD,,
@@ -0,0 +1,6 @@
1
+ [swarmauri.retrievers]
2
+ RedisDocumentRetriever=swarmauri_vectorstore_redis.RedisDocumentRetriever:RedisDocumentRetriever
3
+
4
+ [swarmauri.vector_stores]
5
+ RedisVectorStore=swarmauri_vectorstore_redis.RedisVectorStore:RedisVectorStore
6
+
@@ -1,7 +0,0 @@
1
- swarmauri_vectorstore_redis/RedisDocumentRetriever.py,sha256=KpyLF5ppV39resScSVnKmaI5GRGb-XFsIRu_NuVf5BA,2123
2
- swarmauri_vectorstore_redis/RedisVectorStore.py,sha256=AaHx_LXVaRv9673YZ7lxyD3zfsnQxNwi1e64M-jJDsA,8805
3
- swarmauri_vectorstore_redis/__init__.py,sha256=VZnPDlZSK6XwoXchn0goAHYqfS-f0RMJiYUFqkQjvOo,591
4
- swarmauri_vectorstore_redis-0.7.0.dev12.dist-info/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
5
- swarmauri_vectorstore_redis-0.7.0.dev12.dist-info/METADATA,sha256=MlfI592jLwmez7H3K1Vr2pVLIT6sEoBxVL0ZGrPVeug,2283
6
- swarmauri_vectorstore_redis-0.7.0.dev12.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
7
- swarmauri_vectorstore_redis-0.7.0.dev12.dist-info/RECORD,,