Skip to content

Commit

Permalink
Touching up LanceDB experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
NivekT committed Aug 11, 2023
1 parent b7a2a8a commit 9668c82
Show file tree
Hide file tree
Showing 6 changed files with 817 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,5 @@ cython_debug/

**/.chroma/**
/ptvenv

**/lancedb/**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Vector Databases and Data Utility
- Chroma - **Supported**
- Weaviate - **Supported**
- Qdrant - _In Progress_
- LanceDB - Exploratory
- LanceDB - **Supported**
- Milvus - Exploratory
- Pinecone - Exploratory
- LlamaIndex - Exploratory
Expand Down
2 changes: 2 additions & 0 deletions docs/source/experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ Integrated Experiment APIs

.. autoclass:: WeaviateExperiment

.. autoclass:: LanceDBExperiment

.. autoclass:: MindsDBExperiment
Loading

0 comments on commit 9668c82

Please sign in to comment.