Commit Graph

6 Commits

Author SHA1 Message Date
Panos Vagenas
e1cb823cab minor typing fix
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-11-11 19:00:23 +01:00
Panos Vagenas
23d1a080ce consolidate advanced chunker notebook
Add typing, switch to list comprehensions where possible,
encapsulate all methods within new chunker implementation,
use dataclass instead of unmanged dictionary,
list dependencies in setup installation line

Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-11-11 17:06:53 +01:00
Peter Staar
98efb8957e reformatted the code to pass the tests
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
2024-11-05 07:29:45 +01:00
Bill Murdock
4cab7d63db
Removed the use of doc.name
Earlier versions used the `doc.name` as the overall title of the document, but the discussion revealed that probably it is better to just trust the `doc_chunk.meta.headings` to have the title information sooner or later.  So I've removed all the special title stuff and am just relying on the headers now.

Signed-off-by: Bill Murdock <bmurdock@redhat.com>
2024-11-04 17:00:02 -05:00
Bill Murdock
7ed4d371c5
Update advanced_chunking_with_merging
Signed-off-by: Bill Murdock <bmurdock@redhat.com>
2024-11-01 13:22:54 -04:00
Bill Murdock
e41b41306a
Add files via upload
Signed-off-by: Bill Murdock <bmurdock@redhat.com>
2024-11-01 08:41:37 -04:00