different-ai / embedbase

A dead-simple API to build LLM-powered apps
https://docs.embedbase.xyz
MIT License
494 stars 53 forks source link

[Python SDK]: ImportError: cannot import name 'EmbedbaseAsyncClient' from 'embedbase_client' #131

Open ccomkhj opened 1 year ago

ccomkhj commented 1 year ago

System Info

embedbase-client 0.2.3 Linux 22.04

Reproduction

in bash

pip install embedbase-client

in terminal

from embedbase_client import EmbedbaseAsyncClient

ImportError: cannot import name 'EmbedbaseAsyncClient' from 'embedbase_client'

Expected behavior

import EmbedbaseAsyncClient

ccomkhj commented 1 year ago

previously it worked at embedbase-client 0.2.0