Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Jun 21, 2024
1 parent 656a9b7 commit 107907a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/load/lancedb/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,4 @@ def test_lancedb_configuration() -> None:
sections=("destination", "lancedb"),
)
assert config.embedding_model_provider == "colbert"
assert config.embedding_model == "text-embedding-3-small"
assert config.credentials.api_key is None
assert config.credentials.embedding_model_provider_api_key is None
assert config.fingerprint() == digest128(config.credentials.uri)
assert config.embedding_model == "text-embedding-3-small"

0 comments on commit 107907a

Please sign in to comment.