mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 07:00:38 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -111,7 +111,7 @@ async def test_async_client_initialization() -> None:
|
||||
chroma = Chroma(
|
||||
collection_name="test_collection",
|
||||
embedding_function=AsyncFakeEmbeddings(size=10),
|
||||
async_client=async_client,
|
||||
async_client=async_client, # type: ignore[arg-type]
|
||||
)
|
||||
|
||||
assert chroma._async_client is not None
|
||||
@@ -441,3 +441,4 @@ async def test_concurrent_async_operations() -> None:
|
||||
assert all(results[1]) # Second add_texts returned IDs
|
||||
assert isinstance(results[2], list) # Search returned documents
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user