Skip to content

Commit

Permalink
Merge branch 'main' into add-jina-embedders
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM authored Dec 11, 2023
2 parents e50ea4b + f3ec5a0 commit 7d33bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrations/cohere/src/cohere_haystack/embedders/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
from cohere import AsyncClient, Client, CohereError
from tqdm import tqdm

API_BASE_URL = "https://api.cohere.ai/v1/embed"


async def get_async_response(cohere_async_client: AsyncClient, texts: List[str], model_name, input_type, truncate):
all_embeddings: List[List[float]] = []
Expand Down

0 comments on commit 7d33bb8

Please sign in to comment.