Skip to content

Releases: philippe2803/contentmap

v0.5.0

24 Aug 10:20
Compare
Choose a tag to compare

v0.5.0 (2024-08-24)

Feature

  • feat: Add more than 1 sitemap and capability to work with xml file (f87a3ca)

Unknown

  • Merge pull request #9 from medoror/pull-sitemaps-from-disk

Pull sitemaps from disk (b6986a0)

  • Pull sitemaps from disk

  • Provide a directory of xml sitemaps on disk as an option
    to initializing SitemapToContentDatabase

  • Allow for multiple sitemap urls (3911e78)

  • Merge pull request #6 from philippe2803/feature/alex_test

test (318412b)

  • test (b85be17)

  • doc: Update README.md

Adding a few more details and a link to article. (62ac810)

v0.4.0

05 Mar 16:42
Compare
Choose a tag to compare

v0.4.0 (2024-03-05)

Feature

  • feat: Add sqlite-vss for vector search similariy capabilities

  • feat: Add sqlite-vss to add simioary search to sqlite

  • feat: Integrate with langchain for sqlite-vss implementation

  • feat: VSS now fully working

  • fix: remove unsused file

  • fix: Adjust unit test for similarity search (f165c67)

v0.3.0

26 Feb 20:11
Compare
Choose a tag to compare

v0.3.0 (2024-02-26)

Feature

  • feat: Add sqlite-vss to add similarity search to sqlite (#4)

  • feat: Add sqlite-vss to add simioary search to sqlite

  • feat: Integrate with langchain for sqlite-vss implementation (5865005)

v0.2.0

09 Jan 19:32
Compare
Choose a tag to compare

v0.2.0 (2024-01-09)

Feature

  • feat: Add content map creator from XML sitemap (#3)

  • feat: Add content map creator from XML sitemap

  • Removing the if name snippets

  • fix: column name in test (ccbb8fb)

v0.1.1

08 Jan 16:37
Compare
Choose a tag to compare

v0.1.1 (2024-01-08)

Documentation

Fix

  • fix: test semantic release (0fc4f4e)

Unknown

  • Merge pull request #2 from philippe2803/feature/release-dummy

Updating pyproject toml to match main branch and to upload to pypi (de6a903)

  • Updating pyproject toml to match main branch and to upload to pypi (f0164af)

  • Merge pull request #1 from philippe2803/feature/release-dummy

Testing pypi release (d69ee30)

  • Testing pypi release (e8e6908)

  • Removinf test-pypi release (6c94ace)

  • Merge branch 'main' of github.com:philippe2803/contentmap into main (522e1b4)

v0.1.0

08 Jan 15:58
Compare
Choose a tag to compare

v0.1.0 (2024-01-08)

Feature

Unknown