Petar Vukovic
Petar Vukovic
Explore posts from servers
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
XXata
Created by Petar Vukovic on 8/10/2024 in #help
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