Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes #3283

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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