biblicus 0.15.0__py3-none-any.whl → 0.15.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.
biblicus/__init__.py CHANGED
@@ -27,4 +27,4 @@ __all__ = [
27
27
  "RetrievalRun",
28
28
  ]
29
29
 
30
- __version__ = "0.15.0"
30
+ __version__ = "0.15.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: biblicus
3
- Version: 0.15.0
3
+ Version: 0.15.1
4
4
  Summary: Command line interface and Python library for corpus ingestion, retrieval, and evaluation.
5
5
  License: MIT
6
6
  Requires-Python: >=3.9
@@ -57,8 +57,15 @@ Dynamic: license-file
57
57
  ![Coverage][coverage-badge]
58
58
  ![Documentation][documentation-badge]
59
59
 
60
- Make your documents usable by your assistant, then decide later how you will search and retrieve them.
61
-
60
+ <p>
61
+ <img
62
+ src="docs/_static/Biblicus-logo.png"
63
+ alt="Biblicus logo"
64
+ align="right"
65
+ width="216"
66
+ />
67
+ Make your documents usable by your assistant, then decide later how you will search and retrieve them.
68
+ </p>
62
69
  If you are building an assistant in Python, you probably have material you want it to use: notes, documents, web pages, and reference files. A common approach is retrieval augmented generation, where a system retrieves relevant material and uses it as evidence when generating a response.
63
70
 
64
71
  The first practical problem is not retrieval. It is collection and care. You need a stable place to put raw items, you need a small amount of metadata so you can find them again, and you need a way to evolve your retrieval approach over time without rewriting ingestion.
@@ -538,7 +545,7 @@ Three backends are included.
538
545
 
539
546
  - `scan` is a minimal baseline that scans raw items directly.
540
547
  - `sqlite-full-text-search` is a practical baseline that builds a full text search index in SQLite.
541
- - `vector` is a deterministic term-frequency vector baseline with cosine similarity scoring.
548
+ - `tf-vector` is a deterministic term-frequency vector baseline with cosine similarity scoring.
542
549
 
543
550
  For detailed documentation including configuration options, performance characteristics, and usage examples, see the [Backend Reference][backend-reference].
544
551
 
@@ -1,4 +1,4 @@
1
- biblicus/__init__.py,sha256=xZ9X4aPjgTWT8Uds5CZ7Y8Tiy9FmryQyO4s4lsF8HWA,496
1
+ biblicus/__init__.py,sha256=X0FEFK03CEs4FUqCxWrZmSV1tPd6p5IEd3GgelqqXqk,496
2
2
  biblicus/__main__.py,sha256=ipfkUoTlocVnrQDM69C7TeBqQxmHVeiWMRaT3G9rtnk,117
3
3
  biblicus/cli.py,sha256=APxBNLztfGTVGgxt5qgCofYti2AsGGeZQ7SB9tkneXQ,41760
4
4
  biblicus/constants.py,sha256=gAlEVJhxdFj-eWWJrlYbP7H1X3c5gwhrIBq9NQ1Vq_E,371
@@ -73,9 +73,9 @@ biblicus/text/prompts.py,sha256=Z5fSsy1Xzr0rCI0WZ3djiEQlbRDncyNBQ7_ZoWVPL4g,6704
73
73
  biblicus/text/redact.py,sha256=tkDRmA0VvOZwMryEmBPLEHf3Z6VHJkkaWjBaNIMyGZ0,8415
74
74
  biblicus/text/slice.py,sha256=dlHxGO8c5P8BszXGwlNQoQ-cyWjJf6PfS1LUBJXXGEE,5762
75
75
  biblicus/text/tool_loop.py,sha256=w1PGLBvIemOdi6l0ArdYDVL7zgx-RC76bBOO0PKqpt0,11831
76
- biblicus-0.15.0.dist-info/licenses/LICENSE,sha256=lw44GXFG_Q0fS8m5VoEvv_xtdBXK26pBcbSPUCXee_Q,1078
77
- biblicus-0.15.0.dist-info/METADATA,sha256=z2HMoYpVwMl30DhbI00Jp1QV4YH680Vz_4GQF3uM_3o,30782
78
- biblicus-0.15.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
79
- biblicus-0.15.0.dist-info/entry_points.txt,sha256=BZmO4H8Uz00fyi1RAFryOCGfZgX7eHWkY2NE-G54U5A,47
80
- biblicus-0.15.0.dist-info/top_level.txt,sha256=sUD_XVZwDxZ29-FBv1MknTGh4mgDXznGuP28KJY_WKc,9
81
- biblicus-0.15.0.dist-info/RECORD,,
76
+ biblicus-0.15.1.dist-info/licenses/LICENSE,sha256=lw44GXFG_Q0fS8m5VoEvv_xtdBXK26pBcbSPUCXee_Q,1078
77
+ biblicus-0.15.1.dist-info/METADATA,sha256=TujS_sOnPhf7nGhulkFJJh50nskTWtjcNLv-E5LLles,30906
78
+ biblicus-0.15.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
79
+ biblicus-0.15.1.dist-info/entry_points.txt,sha256=BZmO4H8Uz00fyi1RAFryOCGfZgX7eHWkY2NE-G54U5A,47
80
+ biblicus-0.15.1.dist-info/top_level.txt,sha256=sUD_XVZwDxZ29-FBv1MknTGh4mgDXznGuP28KJY_WKc,9
81
+ biblicus-0.15.1.dist-info/RECORD,,