swarmauri_vectorstore_fs 0.1.1.dev2__tar.gz → 0.1.1.dev3__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.
- {swarmauri_vectorstore_fs-0.1.1.dev2 → swarmauri_vectorstore_fs-0.1.1.dev3}/PKG-INFO +1 -2
- {swarmauri_vectorstore_fs-0.1.1.dev2 → swarmauri_vectorstore_fs-0.1.1.dev3}/README.md +0 -1
- {swarmauri_vectorstore_fs-0.1.1.dev2 → swarmauri_vectorstore_fs-0.1.1.dev3}/pyproject.toml +1 -1
- {swarmauri_vectorstore_fs-0.1.1.dev2 → swarmauri_vectorstore_fs-0.1.1.dev3}/swarmauri_vectorstore_fs/BM25FScorer.py +0 -0
- {swarmauri_vectorstore_fs-0.1.1.dev2 → swarmauri_vectorstore_fs-0.1.1.dev3}/swarmauri_vectorstore_fs/FsVectorStore.py +0 -0
- {swarmauri_vectorstore_fs-0.1.1.dev2 → swarmauri_vectorstore_fs-0.1.1.dev3}/swarmauri_vectorstore_fs/__init__.py +0 -0
- {swarmauri_vectorstore_fs-0.1.1.dev2 → swarmauri_vectorstore_fs-0.1.1.dev3}/swarmauri_vectorstore_fs/cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swarmauri_vectorstore_fs
|
|
3
|
-
Version: 0.1.1.
|
|
3
|
+
Version: 0.1.1.dev3
|
|
4
4
|
Summary: Swarmauri filesystem-aware BM25F vector store
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Keywords: swarmauri,vectorstore,filesystem,bm25f,chunks,retrieval
|
|
@@ -40,7 +40,6 @@ Description-Content-Type: text/markdown
|
|
|
40
40
|
<a href="https://pypi.org/project/swarmauri_vectorstore_fs/">
|
|
41
41
|
<img src="https://img.shields.io/pypi/v/swarmauri_vectorstore_fs?label=swarmauri_vectorstore_fs&color=green" alt="PyPI - swarmauri_vectorstore_fs"/></a>
|
|
42
42
|
</p>
|
|
43
|
-
---
|
|
44
43
|
|
|
45
44
|
# Swarmauri Vectorstore FS
|
|
46
45
|
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
<a href="https://pypi.org/project/swarmauri_vectorstore_fs/">
|
|
13
13
|
<img src="https://img.shields.io/pypi/v/swarmauri_vectorstore_fs?label=swarmauri_vectorstore_fs&color=green" alt="PyPI - swarmauri_vectorstore_fs"/></a>
|
|
14
14
|
</p>
|
|
15
|
-
---
|
|
16
15
|
|
|
17
16
|
# Swarmauri Vectorstore FS
|
|
18
17
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|