Add cohere embedding function (#550)

This commit is contained in:
Ayush Chaurasia
2023-10-13 16:27:34 +05:30
committed by GitHub
parent db7bdefe77
commit 683824f1e9
5 changed files with 118 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ tests = ["pandas>=1.4", "pytest", "pytest-mock", "pytest-asyncio", "requests"]
dev = ["ruff", "pre-commit", "black"]
docs = ["mkdocs", "mkdocs-jupyter", "mkdocs-material", "mkdocstrings[python]"]
clip = ["torch", "pillow", "open-clip"]
embeddings = ["openai", "sentence-transformers", "torch", "pillow", "open-clip"]
embeddings = ["openai", "sentence-transformers", "torch", "pillow", "open-clip", "cohere"]
[project.scripts]
lancedb = "lancedb.cli.cli:cli"