Arman
Arman
We have a problem with `client.Send()` method; in `client.OnSubscribe()` method, when `data` is empty, `client.Send(data)` causes our clients to disconnect. To prevent this, we have added a length check: ```go...
This is my code: ```python import os os.environ["OPENAI_API_KEY"] = "sk-???" from embedchain import App naval_chat_bot = App() naval_chat_bot.add_local("pdf_file", "docs/masnavi-en.pdf") print(naval_chat_bot.query("Who is the most powerful man?")) ``` I get `chromadb.errors.DuplicateIDError: Expected...
Since the Google STT exists, we can talk to gpt in Persian. However, the TTS is not available. At least, it's a good idea if the STT supports Persian language.