enzyme-python-package 0.4.5__tar.gz → 0.4.6__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.
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/PKG-INFO +1 -1
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/enzyme_python_package/__init__.py +1 -1
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/enzyme_python_package.egg-info/PKG-INFO +1 -1
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/pyproject.toml +1 -1
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/enzyme_python_package.egg-info/SOURCES.txt +0 -0
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/enzyme_python_package.egg-info/dependency_links.txt +0 -0
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/enzyme_python_package.egg-info/entry_points.txt +0 -0
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/enzyme_python_package.egg-info/top_level.txt +0 -0
- {enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/setup.cfg +0 -0
{enzyme_python_package-0.4.5 → enzyme_python_package-0.4.6}/enzyme_python_package/__init__.py
RENAMED
|
@@ -129,7 +129,7 @@ def install() -> None:
|
|
|
129
129
|
print(f" Binary installed to {_BIN_PATH}")
|
|
130
130
|
|
|
131
131
|
# Download embedding model
|
|
132
|
-
print(" Downloading embedding model (~
|
|
132
|
+
print(" Downloading embedding model (~23 MB)...")
|
|
133
133
|
subprocess.run(
|
|
134
134
|
[_BIN_PATH, "setup"],
|
|
135
135
|
timeout=120,
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "enzyme-python-package"
|
|
7
|
-
version = "0.4.
|
|
7
|
+
version = "0.4.6"
|
|
8
8
|
description = "Vault intelligence — concept graph and semantic search for markdown notes"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|