mirror of
https://github.com/marcominerva/SqlDatabaseVectorSearch.git
synced 2026-06-20 12:23:10 +00:00
5a507e972c
Updated README.md to include Markdown file support. Introduced new endpoint for uploading Markdown documents with MIME type handling. Removed TextChunkerService and created DefaultTextChunker and MarkdownTextChunker classes implementing ITextChunker. Updated VectorSearchService to utilize the new chunking interface. Added MimeMapping package reference in the project file.