neo4j / neo4j-graphrag-python

Neo4j GraphRAG for Python
https://neo4j.com/docs/neo4j-graphrag-python/current/
Other
231 stars 37 forks source link

Adds a fixed size text splitter component #139

Closed alexthomas93 closed 2 months ago

alexthomas93 commented 2 months ago

Description

This PR adds a fixed size text splitter component. This is a simple text splitter that splits text into a specified fixed size with an overlap. Unit tests have been added for this. All examples and tests that previously used the LangChain text splitter components have been updated to use this component.

Type of Change

Complexity

Complexity: Medium

How Has This Been Tested?

Checklist

The following requirements should have been met (depending on the changes in the branch):

alexthomas93 commented 2 months ago

@CodiumAI-Agent /update_changelog

CodiumAI-Agent commented 2 months ago

Changelog updates: 🔄

2024-09-19

Added

to commit the new content to the CHANGELOG.md file, please type: '/update_changelog --pr_update_changelog.push_changelog_changes=true'