Skip to content

Commit

Permalink
Minor fixes (#3283)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoKish authored and benjaminpkane committed Jul 11, 2023
1 parent 0778dc6 commit f20b523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/integrations/lancedb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LanceDB Integration

.. default-role:: code

`LanceDB <https://www.lancedb.com>`_ is a serveless vector database with deep
`LanceDB <https://www.lancedb.com>`_ is a serverless vector database with deep
integrations with the Python ecosystem. It requires no setup and is free to
use.

Expand Down Expand Up @@ -180,7 +180,7 @@ a specific new index:
lancedb_index = fob.compute_similarity(
...
backend="lancedb",
brain_key="lacebdb_index",
brain_key="lancedb_index",
table_name="your-table",
metric="euclidean",
uri="/tmp/lancedb",
Expand Down

0 comments on commit f20b523

Please sign in to comment.