apply pre-commit

This commit is contained in:
kimbwook 2025-08-07 10:19:44 +09:00
parent 26fb208877
commit abd456232f
No known key found for this signature in database
GPG key ID: 13B032C99CBD373A
2 changed files with 5 additions and 4 deletions

View file

@ -108,10 +108,10 @@ class ChromaIndex(EmbeddingIndex):
await maybe_await(self.client.delete_collection(self.collection.name))
async def query_keyword(
self,
query_string: str,
k: int,
score_threshold: float,
self,
query_string: str,
k: int,
score_threshold: float,
) -> QueryChunksResponse:
results = await maybe_await(
self.collection.query(

View file

@ -52,6 +52,7 @@ def skip_if_provider_doesnt_support_openai_vector_stores_search(client_with_mode
],
"keyword": [
"inline::sqlite-vec",
"remote::chromadb",
],
"hybrid": [
"inline::sqlite-vec",