Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Spacy dependency from 'sentence' install + Add FAQ to DOCS.md #21

Merged
merged 9 commits into from
Nov 11, 2024

Conversation

bhavnicksm
Copy link
Collaborator

This pull request includes several updates to the DOCS.md documentation, as well as significant changes to the SemanticChunker and SDPMChunker classes to simplify and improve their functionality. Additionally, there are updates to the pyproject.toml file to reflect the current development status and dependencies.

Documentation Updates:

  • Improved the tone and clarity of the DOCS.md file, including capitalization and formatting corrections. [1] [2]
  • Added a new FAQ section to the documentation.

Codebase Simplification:

  • Removed sentence_mode and spacy_model parameters from the SemanticChunker and SDPMChunker classes, focusing on a more streamlined approach. [1] [2] [3] [4] [5] [6] [7]
  • Updated the sentence splitting method in SemanticChunker to use enhanced regex patterns instead of spaCy.

Dependency and Configuration Updates:

  • Updated the pyproject.toml to change the development status from "Production/Stable" to "Beta" and adjusted dependencies accordingly. [1] [2]

Minor Code Cleanup:

  • Removed unused imports and parameters in the SentenceChunker class. [1] [2]

@bhavnicksm bhavnicksm merged commit 3ed7d25 into main Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant