From f87a3ca29ce9ba386d2a1df403c9efcefa8432eb Mon Sep 17 00:00:00 2001 From: Philippe Oger Date: Sat, 24 Aug 2024 12:17:07 +0200 Subject: [PATCH] feat: Add more than 1 sitemap and capability to work with xml file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1388f63..08a72d9 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,5 @@ database.build() This will automatically create the SQLite database file, with vector search capabilities (piggybacking on sqlite-vss integration on Langchain). + +Thanks to @medoror for contributing.