Skip to content

Commit

Permalink
SemanticTextSplitter adding
Browse files Browse the repository at this point in the history
  • Loading branch information
louisbrulenaudet committed Sep 1, 2024
1 parent eb01d7c commit 5fb71ca
Show file tree
Hide file tree
Showing 12 changed files with 380 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified docs/.DS_Store
Binary file not shown.
Binary file modified docs/source/.DS_Store
Binary file not shown.
Binary file modified docs/source/_static/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
project = 'RAGoon'
copyright = '2024, Louis Brulé Naudet'
author = 'Louis Brulé Naudet'
release = '0.0.13'
release = '0.0.14'

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragoon"
version = "0.0.13"
version = "0.0.14"
description = "RAGoon : High level library for batched embeddings generation, blazingly-fast web-based RAG and quantized indexes processing ⚡"
readme = "README.md"
requires-python = ">=3.9"
Expand Down
Binary file modified src/.DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion src/ragoon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

from ragoon.chunks import (
ChunkMetadata,
DatasetChunker
DatasetChunker,
SemanticTextSplitter
)

from ragoon.embeddings import (
Expand Down
Loading

0 comments on commit 5fb71ca

Please sign in to comment.