Skip to content

Commit

Permalink
Merge pull request #1 from NivekT/LanceDB
Browse files Browse the repository at this point in the history
Touch up LanceDB after refactor
  • Loading branch information
AyushExel authored Aug 11, 2023
2 parents bf475ac + 9668c82 commit ad99417
Show file tree
Hide file tree
Showing 16 changed files with 1,298 additions and 11 deletions.
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: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
project = "prompttools"
copyright = "2023, Hegel AI"
author = "Hegel AI"
release = "0.0.31"
release = "0.0.32"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
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
636 changes: 636 additions & 0 deletions examples/notebooks/LanceDBExperiment.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/notebooks/LangChainRouterChainExperiment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
" \"name\": \"restaurant\",\n",
" \"description\": \"Good for building a restaurant\",\n",
" \"prompt_template\": restaurant_template,\n",
" }\n",
" },\n",
" ],\n",
"]\n",
"\n",
Expand All @@ -77,7 +77,7 @@
"\n",
"experiment.evaluate(\"similar_to_expected\", semantic_similarity, expected=[expected] * 2)\n",
"\n",
"experiment.visualize()\n"
"experiment.visualize()"
]
}
],
Expand Down
Loading

0 comments on commit ad99417

Please sign in to comment.