Petar Vukovic
Explore posts from serversCComposioHQ
•Created by constant-blue on 10/23/2024 in #🖥│support-forum
Gmail triggers?
3 replies
CComposioHQ
•Created by absent-sapphire on 10/22/2024 in #🖥│support-forum
Hi, I would like access to the https://composio.dev/usecases/ai-email-assistant, please.
My email is [email protected]
8 replies
WWasp-lang
•Created by Petar Vukovic on 8/19/2024 in #🙋questions
Chakra UI+tailwind
Is it possible to use chakra ui on front?
8 replies
WWasp-lang
•Created by Petar Vukovic on 8/15/2024 in #🙋questions
Genrative AI
Hi i am intersting in building AI app.My users will uplaod theior docs (Complex PDFs words,csv etc) and they can talk with them and get insights.
Is it possible to integrate a fastAPI python backend in opensaas?Because my tech stack is in python (langchain,llamaindex,llamaparser and other AI frameworks)
8 replies
Initialiaztion client in python
I added .env file in which are db_url,api_key.But when i in main.py initialize client i got File "C:\Users\pvukovic\Desktop\AI_projects\ChatDocko_demo\backend\main.py", line 7, in <module>
xata = XataClient(api_key=api_key, db_url=DB_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pvukovic\AppData\Local\miniconda3\envs\chatdocky\Lib\site-packages\xata\client.py", line 111, in init
) = self._get_workspace_id()
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\pvukovic\AppData\Local\miniconda3\envs\chatdocky\Lib\site-packages\xata\client.py", line 241, in _get_workspace_id
raise Exception(
Exception: No workspace ID found. Searched in
XATA_WORKSPACE_ID
env, ~/.config/xata/key
, and C:\Users\pvukovic\Desktop\AI_projects\ChatDocko_demo\backend\.env
.Can you give me steps to connect my schema project from xata with python in vs code?2 replies