chunksilo 2.1.0__tar.gz → 2.1.1__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.

Potentially problematic release.


This version of chunksilo might be problematic. Click here for more details.

Files changed (31) hide show
  1. {chunksilo-2.1.0/src/chunksilo.egg-info → chunksilo-2.1.1}/PKG-INFO +2 -3
  2. {chunksilo-2.1.0 → chunksilo-2.1.1}/README.md +1 -1
  3. {chunksilo-2.1.0 → chunksilo-2.1.1}/pyproject.toml +1 -1
  4. {chunksilo-2.1.0 → chunksilo-2.1.1}/requirements.txt +0 -1
  5. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo/__init__.py +1 -1
  6. {chunksilo-2.1.0 → chunksilo-2.1.1/src/chunksilo.egg-info}/PKG-INFO +2 -3
  7. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo.egg-info/requires.txt +0 -1
  8. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_rag_metrics.py +0 -3
  9. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_retrieval_only.py +0 -3
  10. {chunksilo-2.1.0 → chunksilo-2.1.1}/LICENSE +0 -0
  11. {chunksilo-2.1.0 → chunksilo-2.1.1}/NOTICE +0 -0
  12. {chunksilo-2.1.0 → chunksilo-2.1.1}/setup.cfg +0 -0
  13. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo/__main__.py +0 -0
  14. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo/cfgload.py +0 -0
  15. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo/cli.py +0 -0
  16. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo/confluence_html_formatter.py +0 -0
  17. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo/index.py +0 -0
  18. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo/search.py +0 -0
  19. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo/server.py +0 -0
  20. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo.egg-info/SOURCES.txt +0 -0
  21. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo.egg-info/dependency_links.txt +0 -0
  22. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo.egg-info/entry_points.txt +0 -0
  23. {chunksilo-2.1.0 → chunksilo-2.1.1}/src/chunksilo.egg-info/top_level.txt +0 -0
  24. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_chunk_location.py +0 -0
  25. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_confluence_html_formatter.py +0 -0
  26. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_error_handling.py +0 -0
  27. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_heading_path_integration.py +0 -0
  28. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_incremental_ingest.py +0 -0
  29. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_jira_integration.py +0 -0
  30. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_system.py +0 -0
  31. {chunksilo-2.1.0 → chunksilo-2.1.1}/test/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chunksilo
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Local RAG-based semantic document search with MCP server interface
5
5
  Author: Fredrik Reveny
6
6
  License-Expression: Apache-2.0
@@ -26,7 +26,6 @@ Requires-Dist: pillow<11,>=10.3.0
26
26
  Requires-Dist: pypdf<7,>=5.1.0
27
27
  Requires-Dist: python-docx<2,>=1.1.0
28
28
  Requires-Dist: mcp<2,>=1.0.0
29
- Requires-Dist: python-dotenv<2,>=1.0.0
30
29
  Requires-Dist: huggingface-hub<2,>=0.22.0
31
30
  Requires-Dist: flashrank<1,>=0.1.0
32
31
  Requires-Dist: fastembed<1,>=0.5.0
@@ -41,7 +40,7 @@ Requires-Dist: requests<3,>=2.31.0; extra == "test"
41
40
  Dynamic: license-file
42
41
 
43
42
  <p align="center">
44
- <img src="chunksilo.png" alt="ChunkSilo Logo" width="500">
43
+ <img src="https://raw.githubusercontent.com/Chetic/chunksilo/main/chunksilo.png" alt="ChunkSilo Logo" width="500">
45
44
  </p>
46
45
 
47
46
  # ChunkSilo MCP Server
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="chunksilo.png" alt="ChunkSilo Logo" width="500">
2
+ <img src="https://raw.githubusercontent.com/Chetic/chunksilo/main/chunksilo.png" alt="ChunkSilo Logo" width="500">
3
3
  </p>
4
4
 
5
5
  # ChunkSilo MCP Server
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "chunksilo"
7
- version = "2.1.0"
7
+ version = "2.1.1"
8
8
  description = "Local RAG-based semantic document search with MCP server interface"
9
9
  license = "Apache-2.0"
10
10
  requires-python = ">=3.11"
@@ -6,7 +6,6 @@ pillow>=10.3.0,<11
6
6
  pypdf>=5.1.0,<7
7
7
  python-docx>=1.1.0,<2
8
8
  mcp>=1.0.0,<2
9
- python-dotenv>=1.0.0,<2
10
9
  huggingface-hub>=0.22.0,<2
11
10
  flashrank>=0.1.0,<1
12
11
  fastembed>=0.5.0,<1
@@ -1,4 +1,4 @@
1
1
  # SPDX-License-Identifier: Apache-2.0
2
2
  """ChunkSilo - Local RAG-based semantic document search."""
3
3
 
4
- __version__ = "2.1.0"
4
+ __version__ = "2.1.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chunksilo
3
- Version: 2.1.0
3
+ Version: 2.1.1
4
4
  Summary: Local RAG-based semantic document search with MCP server interface
5
5
  Author: Fredrik Reveny
6
6
  License-Expression: Apache-2.0
@@ -26,7 +26,6 @@ Requires-Dist: pillow<11,>=10.3.0
26
26
  Requires-Dist: pypdf<7,>=5.1.0
27
27
  Requires-Dist: python-docx<2,>=1.1.0
28
28
  Requires-Dist: mcp<2,>=1.0.0
29
- Requires-Dist: python-dotenv<2,>=1.0.0
30
29
  Requires-Dist: huggingface-hub<2,>=0.22.0
31
30
  Requires-Dist: flashrank<1,>=0.1.0
32
31
  Requires-Dist: fastembed<1,>=0.5.0
@@ -41,7 +40,7 @@ Requires-Dist: requests<3,>=2.31.0; extra == "test"
41
40
  Dynamic: license-file
42
41
 
43
42
  <p align="center">
44
- <img src="chunksilo.png" alt="ChunkSilo Logo" width="500">
43
+ <img src="https://raw.githubusercontent.com/Chetic/chunksilo/main/chunksilo.png" alt="ChunkSilo Logo" width="500">
45
44
  </p>
46
45
 
47
46
  # ChunkSilo MCP Server
@@ -6,7 +6,6 @@ pillow<11,>=10.3.0
6
6
  pypdf<7,>=5.1.0
7
7
  python-docx<2,>=1.1.0
8
8
  mcp<2,>=1.0.0
9
- python-dotenv<2,>=1.0.0
10
9
  huggingface-hub<2,>=0.22.0
11
10
  flashrank<1,>=0.1.0
12
11
  fastembed<1,>=0.5.0
@@ -21,9 +21,6 @@ from typing import Any, Dict, List, Optional, Set, Tuple
21
21
  from urllib.parse import urlparse
22
22
 
23
23
  import requests
24
- from dotenv import load_dotenv
25
-
26
- load_dotenv()
27
24
 
28
25
  # Set up logging
29
26
  logging.basicConfig(
@@ -2,7 +2,6 @@
2
2
  """Test the RAG system in retrieval-only mode (no LLM in the MCP server)."""
3
3
  import traceback
4
4
  from pathlib import Path
5
- from dotenv import load_dotenv
6
5
  import pytest
7
6
 
8
7
  from chunksilo.index import load_index_config, build_index
@@ -11,8 +10,6 @@ from chunksilo.cfgload import load_config
11
10
 
12
11
  STORAGE_DIR = Path(load_config()["storage"]["storage_dir"])
13
12
 
14
- load_dotenv()
15
-
16
13
 
17
14
  def test_ingestion():
18
15
  """Test the ingestion pipeline."""
File without changes
File without changes
File without changes
File without changes
File without changes