@@ -4,20 +4,35 @@ SQLite extra
44In addition to the main library, SQLite has additional programs and
55loadable extensions. However these need to be separately compiled and
66installed. Full APSW builds such as those on PyPI include all the
7- ones that compile for that platform. This is for convenience and to
8- help promote these great extras. They add just over 1MB to the
9- download and 3MB of disk space.
7+ ones that compile for that platform, without any modifications. This
8+ is for convenience and to help promote these great extras. They add
9+ just over 1MB to the download and 3MB of disk space.
1010
1111Access is provided via an :ref: `API <extra_api >`, :ref: `command line
1212<extra_api>`, and :ref: `shell <extra_shell >`
1313
14+ vec1
15+ ++++
16+
17+ There is an experimental under development vector search library by
18+ the SQLite team. It is also included with the extras if possible.
19+ **Note ** if the extension is loaded on an x86 processor from before
20+ 2013, then an illegal instruction exception will happen
21+
22+ * `Forum post <https://sqlite.org/forum/forumpost/ceba048877 >`__ to provide feedback
23+ * `Site <https://sqlite.org/vec1 >`__ with tutorial and
24+ reference documentation
25+
1426Dependencies
1527------------
1628
1729There are no dependencies for the extensions and programs. That means
1830they can be used on other compatible systems. Some of the programs
19- require the SQLite library which **must ** be placed in the same
20- directory as the program.
31+ require the SQLite library alongside the program which **must ** be
32+ placed in the same directory as the program if you copy the program
33+ elsewhere. (The SQLite library in that directory deliberately has a
34+ different name to avoid interactions with the standard system SQLite
35+ library.)
2136
2237Marking
2338-------
0 commit comments