Skip to content
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
@saakethch

Description

@saakethch

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions