|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>API Reference — SingleStoreDB 1.13.1 documentation</title> |
| 6 | + <title>API Reference — SingleStoreDB 1.14.0 documentation</title> |
7 | 7 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
8 | 8 | <link rel="stylesheet" href="_static/css/theme.css" type="text/css" /> |
9 | 9 | <link rel="stylesheet" href="_static/custom.css" type="text/css" /> |
10 | 10 | <!--[if lt IE 9]> |
11 | 11 | <script src="_static/js/html5shiv.min.js"></script> |
12 | 12 | <![endif]--> |
13 | | - <script src="_static/documentation_options.js?v=2b23eb2b"></script> |
| 13 | + <script src="_static/documentation_options.js?v=01009efc"></script> |
14 | 14 | <script src="_static/doctools.js?v=9a2dae69"></script> |
15 | 15 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
16 | 16 | <script src="_static/js/theme.js"></script> |
|
28 | 28 | SingleStoreDB |
29 | 29 | </a> |
30 | 30 | <div class="version"> |
31 | | - 1.13.1 |
| 31 | + 1.14.0 |
32 | 32 | </div> |
33 | 33 | <div role="search"> |
34 | 34 | <form id="rtd-search-form" class="wy-form" action="search.html" method="get"> |
|
46 | 46 | <li class="toctree-l1 current"><a class="current reference internal" href="#">API Reference</a><ul> |
47 | 47 | <li class="toctree-l2"><a class="reference internal" href="#connections">Connections</a><ul> |
48 | 48 | <li class="toctree-l3"><a class="reference internal" href="generated/singlestoredb.connect.html">singlestoredb.connect</a></li> |
| 49 | +<li class="toctree-l3"><a class="reference internal" href="generated/singlestoredb.vector_db.html">singlestoredb.vector_db</a></li> |
49 | 50 | <li class="toctree-l3"><a class="reference internal" href="generated/singlestoredb.create_engine.html">singlestoredb.create_engine</a></li> |
50 | 51 | <li class="toctree-l3"><a class="reference internal" href="#connection">Connection</a><ul> |
51 | 52 | <li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.connection.Connection.html">Connection</a></li> |
|
57 | 58 | <li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.connection.Connection.is_connected.html">Connection.is_connected</a></li> |
58 | 59 | <li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.connection.Connection.enable_data_api.html">Connection.enable_data_api</a></li> |
59 | 60 | <li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.connection.Connection.disable_data_api.html">Connection.disable_data_api</a></li> |
| 61 | +<li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.connection.Connection.vector_db.html">Connection.vector_db</a></li> |
60 | 62 | <li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.connection.ShowAccessor.aggregates.html">Connection.show.aggregates</a></li> |
61 | 63 | <li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.connection.ShowAccessor.columns.html">Connection.show.columns</a></li> |
62 | 64 | <li class="toctree-l4"><a class="reference internal" href="generated/singlestoredb.connection.ShowAccessor.create_aggregate.html">Connection.show.create_aggregate</a></li> |
|
284 | 286 | package. It connects to a SingleStore database using either |
285 | 287 | <a class="reference external" href="https://peps.python.org/pep-0249/">DB-API</a> compliant parameters, |
286 | 288 | or a connection string in the form of a URL.</p> |
| 289 | +<p>The <a class="reference internal" href="generated/singlestoredb.vector_db.html#singlestoredb.vector_db" title="singlestoredb.vector_db"><code class="xref py py-func docutils literal notranslate"><span class="pre">vector_db()</span></code></a> function gives you an interface for working with |
| 290 | +an API better for working with vector data.</p> |
287 | 291 | <p>The <a class="reference internal" href="generated/singlestoredb.create_engine.html#singlestoredb.create_engine" title="singlestoredb.create_engine"><code class="xref py py-func docutils literal notranslate"><span class="pre">create_engine()</span></code></a> function is used with the SQLAlchemy package |
288 | 292 | to create an SQLAlchemy engine for SingleStoreDB connections. This is |
289 | 293 | primarily for use in environments where the connection parameters are |
|
294 | 298 | <tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.connect.html#singlestoredb.connect" title="singlestoredb.connect"><code class="xref py py-obj docutils literal notranslate"><span class="pre">connect</span></code></a>([host, user, password, port, ...])</p></td> |
295 | 299 | <td><p>Return a SingleStoreDB connection.</p></td> |
296 | 300 | </tr> |
297 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.create_engine.html#singlestoredb.create_engine" title="singlestoredb.create_engine"><code class="xref py py-obj docutils literal notranslate"><span class="pre">create_engine</span></code></a>(*args, **kwargs)</p></td> |
| 301 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.vector_db.html#singlestoredb.vector_db" title="singlestoredb.vector_db"><code class="xref py py-obj docutils literal notranslate"><span class="pre">vector_db</span></code></a>([host, user, password, port, ...])</p></td> |
| 302 | +<td><p>Return a vectorstore API connection.</p></td> |
| 303 | +</tr> |
| 304 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.create_engine.html#singlestoredb.create_engine" title="singlestoredb.create_engine"><code class="xref py py-obj docutils literal notranslate"><span class="pre">create_engine</span></code></a>(*args, **kwargs)</p></td> |
298 | 305 | <td><p>Create an SQLAlchemy engine for SingleStoreDB.</p></td> |
299 | 306 | </tr> |
300 | 307 | </tbody> |
@@ -332,6 +339,9 @@ <h3>Connection<a class="headerlink" href="#connection" title="Link to this headi |
332 | 339 | <tr class="row-odd"><td><p><a class="reference internal" href="generated/singlestoredb.connection.Connection.disable_data_api.html#singlestoredb.connection.Connection.disable_data_api" title="singlestoredb.connection.Connection.disable_data_api"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Connection.disable_data_api</span></code></a>()</p></td> |
333 | 340 | <td><p>Disable the data API.</p></td> |
334 | 341 | </tr> |
| 342 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/singlestoredb.connection.Connection.vector_db.html#singlestoredb.connection.Connection.vector_db" title="singlestoredb.connection.Connection.vector_db"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Connection.vector_db</span></code></a></p></td> |
| 343 | +<td><p>Get vectorstore API accessor</p></td> |
| 344 | +</tr> |
335 | 345 | </tbody> |
336 | 346 | </table> |
337 | 347 | <p>The <code class="xref py py-attr docutils literal notranslate"><span class="pre">Connection.show</span></code> attribute of the connection objects allow you to access various |
|
0 commit comments