CdC-SI / eak-copilot

The official repository of the EAK-Copilot project as part of the Innovation Fellowship 2024.
https://cdc-si.github.io/eak-copilot/
GNU General Public License v3.0
3 stars 0 forks source link

Setup ORM #222

Open Shi-Ho opened 3 weeks ago

Shi-Ho commented 3 weeks ago

https://www.sqlalchemy.org/ https://fastapi.tiangolo.com/tutorial/sql-databases/?h=sql

pgvector python support: https://github.com/pgvector/pgvector-python?tab=readme-ov-file#sqlalchemy

Embedding length changes depending on the embedding model. We might need to handle this.