This repository was archived by the owner on Oct 21, 2024. It is now read-only.
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
how to extend my project with phi-apis #1
Open
Description
i have tried to connect the apis with my existing db
dev_db = PgVectorDb(
name="ai-db", #f"{ws_settings.ws_name}-db",
enabled=ws_settings.dev_db_enabled,
pg_user="postgres",
pg_password="1234",
pg_database="postgres",
# Connect to this db on port 5432
host_port=5432,
)
I tried changing the image name but it didnt work.
Just to know is phidata saving conversations, eun data etc.. or any data when i follow the local installation of phi ai-api ?
PS: because I saw that api endpoints point to api.phidata for openai_conversation, embeddings, creating workspace/ assistant runs.
Metadata
Metadata
Assignees
Labels
No labels